pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRedshiftClusterClusterNode
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn node_role(self, input: impl Into<String>) -> Self
pub fn node_role(self, input: impl Into<String>) -> Self
The role of the node. A node might be a leader node or a compute node.
sourcepub fn set_node_role(self, input: Option<String>) -> Self
pub fn set_node_role(self, input: Option<String>) -> Self
The role of the node. A node might be a leader node or a compute node.
sourcepub fn private_ip_address(self, input: impl Into<String>) -> Self
pub fn private_ip_address(self, input: impl Into<String>) -> Self
The private IP address of the node.
sourcepub fn set_private_ip_address(self, input: Option<String>) -> Self
pub fn set_private_ip_address(self, input: Option<String>) -> Self
The private IP address of the node.
sourcepub fn public_ip_address(self, input: impl Into<String>) -> Self
pub fn public_ip_address(self, input: impl Into<String>) -> Self
The public IP address of the node.
sourcepub fn set_public_ip_address(self, input: Option<String>) -> Self
pub fn set_public_ip_address(self, input: Option<String>) -> Self
The public IP address of the node.
sourcepub fn build(self) -> AwsRedshiftClusterClusterNode
pub fn build(self) -> AwsRedshiftClusterClusterNode
Consumes the builder and constructs a AwsRedshiftClusterClusterNode
.