Interface PutAccountVdmAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutAccountVdmAttributesRequest.Builder,PutAccountVdmAttributesRequest>,SdkBuilder<PutAccountVdmAttributesRequest.Builder,PutAccountVdmAttributesRequest>,SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- PutAccountVdmAttributesRequest
public static interface PutAccountVdmAttributesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutAccountVdmAttributesRequest.Builder,PutAccountVdmAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutAccountVdmAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAccountVdmAttributesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default PutAccountVdmAttributesRequest.BuildervdmAttributes(Consumer<VdmAttributes.Builder> vdmAttributes)The VDM attributes that you wish to apply to your Amazon SES account.PutAccountVdmAttributesRequest.BuildervdmAttributes(VdmAttributes vdmAttributes)The VDM attributes that you wish to apply to your Amazon SES account.-
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 Detail
-
vdmAttributes
PutAccountVdmAttributesRequest.Builder vdmAttributes(VdmAttributes vdmAttributes)
The VDM attributes that you wish to apply to your Amazon SES account.
- Parameters:
vdmAttributes- The VDM attributes that you wish to apply to your Amazon SES account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vdmAttributes
default PutAccountVdmAttributesRequest.Builder vdmAttributes(Consumer<VdmAttributes.Builder> vdmAttributes)
The VDM attributes that you wish to apply to your Amazon SES account.
This is a convenience method that creates an instance of theVdmAttributes.Builderavoiding the need to create one manually viaVdmAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovdmAttributes(VdmAttributes).- Parameters:
vdmAttributes- a consumer that will call methods onVdmAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vdmAttributes(VdmAttributes)
-
overrideConfiguration
PutAccountVdmAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutAccountVdmAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-