Class CfnDBClusterPropsMixin.ReadEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnDBClusterPropsMixin.ReadEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDBClusterPropsMixin.ReadEndpointProperty>
- Enclosing interface:
CfnDBClusterPropsMixin.ReadEndpointProperty
@Stability(Stable)
public static final class CfnDBClusterPropsMixin.ReadEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDBClusterPropsMixin.ReadEndpointProperty>
A builder for
CfnDBClusterPropsMixin.ReadEndpointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDBClusterPropsMixin.ReadEndpointProperty.getAddress()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
address
@Stability(Stable) public CfnDBClusterPropsMixin.ReadEndpointProperty.Builder address(String address) Sets the value ofCfnDBClusterPropsMixin.ReadEndpointProperty.getAddress()- Parameters:
address- The host address of the reader endpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDBClusterPropsMixin.ReadEndpointProperty>- Returns:
- a new instance of
CfnDBClusterPropsMixin.ReadEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-