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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaDetails.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-