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