pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRedshiftClusterEndpoint
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_address(self, input: Option<String>) -> Self
pub fn set_address(self, input: Option<String>) -> Self
The DNS address of the cluster.
sourcepub fn set_port(self, input: Option<i32>) -> Self
pub fn set_port(self, input: Option<i32>) -> Self
The port that the database engine listens on.
sourcepub fn build(self) -> AwsRedshiftClusterEndpoint
pub fn build(self) -> AwsRedshiftClusterEndpoint
Consumes the builder and constructs a AwsRedshiftClusterEndpoint
.