pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRedshiftClusterElasticIpStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn elastic_ip(self, input: impl Into<String>) -> Self
pub fn elastic_ip(self, input: impl Into<String>) -> Self
The elastic IP address for the cluster.
sourcepub fn set_elastic_ip(self, input: Option<String>) -> Self
pub fn set_elastic_ip(self, input: Option<String>) -> Self
The elastic IP address for the cluster.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of the elastic IP address.
sourcepub fn build(self) -> AwsRedshiftClusterElasticIpStatus
pub fn build(self) -> AwsRedshiftClusterElasticIpStatus
Consumes the builder and constructs a AwsRedshiftClusterElasticIpStatus
.