Struct aws_sdk_kafka::input::UpdateBrokerStorageInput
source · #[non_exhaustive]pub struct UpdateBrokerStorageInput { /* private fields */ }
Implementations§
source§impl UpdateBrokerStorageInput
impl UpdateBrokerStorageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBrokerStorage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBrokerStorage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateBrokerStorage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBrokerStorageInput
.
source§impl UpdateBrokerStorageInput
impl UpdateBrokerStorageInput
sourcepub fn cluster_arn(&self) -> Option<&str>
pub fn cluster_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
sourcepub fn current_version(&self) -> Option<&str>
pub fn current_version(&self) -> Option<&str>
The version of cluster to update from. A successful operation will then generate a new version.
sourcepub fn target_broker_ebs_volume_info(&self) -> Option<&[BrokerEbsVolumeInfo]>
pub fn target_broker_ebs_volume_info(&self) -> Option<&[BrokerEbsVolumeInfo]>
Describes the target volume size and the ID of the broker to apply the update to.
Trait Implementations§
source§impl Clone for UpdateBrokerStorageInput
impl Clone for UpdateBrokerStorageInput
source§fn clone(&self) -> UpdateBrokerStorageInput
fn clone(&self) -> UpdateBrokerStorageInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateBrokerStorageInput
impl Debug for UpdateBrokerStorageInput
source§impl PartialEq<UpdateBrokerStorageInput> for UpdateBrokerStorageInput
impl PartialEq<UpdateBrokerStorageInput> for UpdateBrokerStorageInput
source§fn eq(&self, other: &UpdateBrokerStorageInput) -> bool
fn eq(&self, other: &UpdateBrokerStorageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.