Interface CreateMultiRegionEndpointRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateMultiRegionEndpointRequest.Builder,,CreateMultiRegionEndpointRequest> SdkBuilder<CreateMultiRegionEndpointRequest.Builder,,CreateMultiRegionEndpointRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
 CreateMultiRegionEndpointRequest
- 
Method Summary
Modifier and TypeMethodDescriptiondetails(Consumer<Details.Builder> details) Contains details of a multi-region endpoint (global-endpoint) being created.Contains details of a multi-region endpoint (global-endpoint) being created.endpointName(String endpointName) The name of the multi-region endpoint (global-endpoint).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build 
- 
Method Details
- 
endpointName
The name of the multi-region endpoint (global-endpoint).
- Parameters:
 endpointName- The name of the multi-region endpoint (global-endpoint).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
details
Contains details of a multi-region endpoint (global-endpoint) being created.
- Parameters:
 details- Contains details of a multi-region endpoint (global-endpoint) being created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
details
Contains details of a multi-region endpoint (global-endpoint) being created.
This is a convenience method that creates an instance of theDetails.Builderavoiding the need to create one manually viaDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todetails(Details).- Parameters:
 details- a consumer that will call methods onDetails.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
tags
An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
- Parameters:
 tags- An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
- Parameters:
 tags- An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateMultiRegionEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateMultiRegionEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -