public static interface VdmAttributes.Builder extends SdkPojo, CopyableBuilder<VdmAttributes.Builder,VdmAttributes>
| Modifier and Type | Method and Description |
|---|---|
default VdmAttributes.Builder |
dashboardAttributes(Consumer<DashboardAttributes.Builder> dashboardAttributes)
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
|
VdmAttributes.Builder |
dashboardAttributes(DashboardAttributes dashboardAttributes)
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
|
default VdmAttributes.Builder |
guardianAttributes(Consumer<GuardianAttributes.Builder> guardianAttributes)
Specifies additional settings for your VDM configuration as applicable to the Guardian.
|
VdmAttributes.Builder |
guardianAttributes(GuardianAttributes guardianAttributes)
Specifies additional settings for your VDM configuration as applicable to the Guardian.
|
VdmAttributes.Builder |
vdmEnabled(FeatureStatus vdmEnabled)
Specifies the status of your VDM configuration.
|
VdmAttributes.Builder |
vdmEnabled(String vdmEnabled)
Specifies the status of your VDM configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVdmAttributes.Builder vdmEnabled(String vdmEnabled)
Specifies the status of your VDM configuration. Can be one of the following:
ENABLED – Amazon SES enables VDM for your account.
DISABLED – Amazon SES disables VDM for your account.
vdmEnabled - Specifies the status of your VDM configuration. Can be one of the following:
ENABLED – Amazon SES enables VDM for your account.
DISABLED – Amazon SES disables VDM for your account.
FeatureStatus,
FeatureStatusVdmAttributes.Builder vdmEnabled(FeatureStatus vdmEnabled)
Specifies the status of your VDM configuration. Can be one of the following:
ENABLED – Amazon SES enables VDM for your account.
DISABLED – Amazon SES disables VDM for your account.
vdmEnabled - Specifies the status of your VDM configuration. Can be one of the following:
ENABLED – Amazon SES enables VDM for your account.
DISABLED – Amazon SES disables VDM for your account.
FeatureStatus,
FeatureStatusVdmAttributes.Builder dashboardAttributes(DashboardAttributes dashboardAttributes)
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
dashboardAttributes - Specifies additional settings for your VDM configuration as applicable to the Dashboard.default VdmAttributes.Builder dashboardAttributes(Consumer<DashboardAttributes.Builder> dashboardAttributes)
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
This is a convenience method that creates an instance of theDashboardAttributes.Builder avoiding the
need to create one manually via DashboardAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dashboardAttributes(DashboardAttributes).
dashboardAttributes - a consumer that will call methods on DashboardAttributes.BuilderdashboardAttributes(DashboardAttributes)VdmAttributes.Builder guardianAttributes(GuardianAttributes guardianAttributes)
Specifies additional settings for your VDM configuration as applicable to the Guardian.
guardianAttributes - Specifies additional settings for your VDM configuration as applicable to the Guardian.default VdmAttributes.Builder guardianAttributes(Consumer<GuardianAttributes.Builder> guardianAttributes)
Specifies additional settings for your VDM configuration as applicable to the Guardian.
This is a convenience method that creates an instance of theGuardianAttributes.Builder avoiding the
need to create one manually via GuardianAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to guardianAttributes(GuardianAttributes).
guardianAttributes - a consumer that will call methods on GuardianAttributes.BuilderguardianAttributes(GuardianAttributes)Copyright © 2023. All rights reserved.