public static interface PutAccountVdmAttributesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutAccountVdmAttributesRequest.Builder,PutAccountVdmAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
PutAccountVdmAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAccountVdmAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default PutAccountVdmAttributesRequest.Builder |
vdmAttributes(Consumer<VdmAttributes.Builder> vdmAttributes)
The VDM attributes that you wish to apply to your Amazon SES account.
|
PutAccountVdmAttributesRequest.Builder |
vdmAttributes(VdmAttributes vdmAttributes)
The VDM attributes that you wish to apply to your Amazon SES account.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAccountVdmAttributesRequest.Builder vdmAttributes(VdmAttributes vdmAttributes)
The VDM attributes that you wish to apply to your Amazon SES account.
vdmAttributes - The VDM attributes that you wish to apply to your Amazon SES account.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.Builder avoiding the need
to create one manually via VdmAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vdmAttributes(VdmAttributes).
vdmAttributes - a consumer that will call methods on VdmAttributes.BuildervdmAttributes(VdmAttributes)PutAccountVdmAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutAccountVdmAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.