Class CfnMultiRegionEndpointProps.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnMultiRegionEndpointProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMultiRegionEndpointProps>
- Enclosing interface:
CfnMultiRegionEndpointProps
@Stability(Stable)
public static final class CfnMultiRegionEndpointProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMultiRegionEndpointProps>
A builder for
CfnMultiRegionEndpointProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.details(IResolvable details) Sets the value ofCfnMultiRegionEndpointProps.getDetails()Sets the value ofCfnMultiRegionEndpointProps.getDetails()endpointName(String endpointName) Sets the value ofCfnMultiRegionEndpointProps.getEndpointName()Sets the value ofCfnMultiRegionEndpointProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
details
Sets the value ofCfnMultiRegionEndpointProps.getDetails()- Parameters:
details- Contains details of a multi-region endpoint (global-endpoint) being created. This parameter is required.- Returns:
this
-
details
@Stability(Stable) public CfnMultiRegionEndpointProps.Builder details(CfnMultiRegionEndpoint.DetailsProperty details) Sets the value ofCfnMultiRegionEndpointProps.getDetails()- Parameters:
details- Contains details of a multi-region endpoint (global-endpoint) being created. This parameter is required.- Returns:
this
-
endpointName
Sets the value ofCfnMultiRegionEndpointProps.getEndpointName()- Parameters:
endpointName- The name of the multi-region endpoint (global-endpoint). This parameter is required.- Returns:
this
-
tags
Sets the value ofCfnMultiRegionEndpointProps.getTags()- Parameters:
tags- An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMultiRegionEndpointProps>- Returns:
- a new instance of
CfnMultiRegionEndpointProps - Throws:
NullPointerException- if any required attribute was not provided
-