Interface GuardianOptions.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardianOptions.Builder,GuardianOptions>
,SdkBuilder<GuardianOptions.Builder,GuardianOptions>
,SdkPojo
- Enclosing class:
- GuardianOptions
public static interface GuardianOptions.Builder extends SdkPojo, CopyableBuilder<GuardianOptions.Builder,GuardianOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardianOptions.Builder
optimizedSharedDelivery(String optimizedSharedDelivery)
Specifies the status of your VDM optimized shared delivery.GuardianOptions.Builder
optimizedSharedDelivery(FeatureStatus optimizedSharedDelivery)
Specifies the status of your VDM optimized shared delivery.-
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, sdkFields
-
-
-
-
Method Detail
-
optimizedSharedDelivery
GuardianOptions.Builder optimizedSharedDelivery(String optimizedSharedDelivery)
Specifies the status of your VDM optimized shared delivery. Can be one of the following:
-
ENABLED
– Amazon SES enables optimized shared delivery for the configuration set. -
DISABLED
– Amazon SES disables optimized shared delivery for the configuration set.
- Parameters:
optimizedSharedDelivery
- Specifies the status of your VDM optimized shared delivery. Can be one of the following:-
ENABLED
– Amazon SES enables optimized shared delivery for the configuration set. -
DISABLED
– Amazon SES disables optimized shared delivery for the configuration set.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureStatus
,FeatureStatus
-
-
optimizedSharedDelivery
GuardianOptions.Builder optimizedSharedDelivery(FeatureStatus optimizedSharedDelivery)
Specifies the status of your VDM optimized shared delivery. Can be one of the following:
-
ENABLED
– Amazon SES enables optimized shared delivery for the configuration set. -
DISABLED
– Amazon SES disables optimized shared delivery for the configuration set.
- Parameters:
optimizedSharedDelivery
- Specifies the status of your VDM optimized shared delivery. Can be one of the following:-
ENABLED
– Amazon SES enables optimized shared delivery for the configuration set. -
DISABLED
– Amazon SES disables optimized shared delivery for the configuration set.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureStatus
,FeatureStatus
-
-
-