Class CfnCollectionPropsMixin.FipsEndpointsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnCollectionPropsMixin.FipsEndpointsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCollectionPropsMixin.FipsEndpointsProperty>
- Enclosing interface:
CfnCollectionPropsMixin.FipsEndpointsProperty
@Stability(Stable)
public static final class CfnCollectionPropsMixin.FipsEndpointsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCollectionPropsMixin.FipsEndpointsProperty>
A builder for
CfnCollectionPropsMixin.FipsEndpointsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.collectionEndpoint(String collectionEndpoint) Sets the value ofCfnCollectionPropsMixin.FipsEndpointsProperty.getCollectionEndpoint()dashboardEndpoint(String dashboardEndpoint) Sets the value ofCfnCollectionPropsMixin.FipsEndpointsProperty.getDashboardEndpoint()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
collectionEndpoint
@Stability(Stable) public CfnCollectionPropsMixin.FipsEndpointsProperty.Builder collectionEndpoint(String collectionEndpoint) Sets the value ofCfnCollectionPropsMixin.FipsEndpointsProperty.getCollectionEndpoint()- Parameters:
collectionEndpoint- the value to be set.- Returns:
this
-
dashboardEndpoint
@Stability(Stable) public CfnCollectionPropsMixin.FipsEndpointsProperty.Builder dashboardEndpoint(String dashboardEndpoint) Sets the value ofCfnCollectionPropsMixin.FipsEndpointsProperty.getDashboardEndpoint()- Parameters:
dashboardEndpoint- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCollectionPropsMixin.FipsEndpointsProperty>- Returns:
- a new instance of
CfnCollectionPropsMixin.FipsEndpointsProperty - Throws:
NullPointerException- if any required attribute was not provided
-