Interface SuppressionListDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SuppressionListDestination.Builder,SuppressionListDestination>,SdkBuilder<SuppressionListDestination.Builder,SuppressionListDestination>,SdkPojo
- Enclosing class:
- SuppressionListDestination
@Mutable @NotThreadSafe public static interface SuppressionListDestination.Builder extends SdkPojo, CopyableBuilder<SuppressionListDestination.Builder,SuppressionListDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuppressionListDestination.BuildersuppressionListImportAction(String suppressionListImportAction)The type of action to perform on the address.SuppressionListDestination.BuildersuppressionListImportAction(SuppressionListImportAction suppressionListImportAction)The type of action to perform on the address.-
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
-
-
-
-
Method Detail
-
suppressionListImportAction
SuppressionListDestination.Builder suppressionListImportAction(String suppressionListImportAction)
The type of action to perform on the address. The following are possible values:
-
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
-
DELETE: remove the addresses from the suppression list.
- Parameters:
suppressionListImportAction- The type of action to perform on the address. The following are possible values:-
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
-
DELETE: remove the addresses from the suppression list.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SuppressionListImportAction,SuppressionListImportAction
-
-
suppressionListImportAction
SuppressionListDestination.Builder suppressionListImportAction(SuppressionListImportAction suppressionListImportAction)
The type of action to perform on the address. The following are possible values:
-
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
-
DELETE: remove the addresses from the suppression list.
- Parameters:
suppressionListImportAction- The type of action to perform on the address. The following are possible values:-
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
-
DELETE: remove the addresses from the suppression list.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SuppressionListImportAction,SuppressionListImportAction
-
-
-