Interface UpdateReputationEntityCustomerManagedStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateReputationEntityCustomerManagedStatusRequest.Builder,UpdateReputationEntityCustomerManagedStatusRequest>,SdkBuilder<UpdateReputationEntityCustomerManagedStatusRequest.Builder,UpdateReputationEntityCustomerManagedStatusRequest>,SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- UpdateReputationEntityCustomerManagedStatusRequest
@Mutable @NotThreadSafe public static interface UpdateReputationEntityCustomerManagedStatusRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<UpdateReputationEntityCustomerManagedStatusRequest.Builder,UpdateReputationEntityCustomerManagedStatusRequest>
-
-
Method Summary
-
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
-
reputationEntityType
UpdateReputationEntityCustomerManagedStatusRequest.Builder reputationEntityType(String reputationEntityType)
The type of reputation entity. Currently, only
RESOURCEtype entities are supported.- Parameters:
reputationEntityType- The type of reputation entity. Currently, onlyRESOURCEtype entities are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReputationEntityType,ReputationEntityType
-
reputationEntityType
UpdateReputationEntityCustomerManagedStatusRequest.Builder reputationEntityType(ReputationEntityType reputationEntityType)
The type of reputation entity. Currently, only
RESOURCEtype entities are supported.- Parameters:
reputationEntityType- The type of reputation entity. Currently, onlyRESOURCEtype entities are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReputationEntityType,ReputationEntityType
-
reputationEntityReference
UpdateReputationEntityCustomerManagedStatusRequest.Builder reputationEntityReference(String reputationEntityReference)
The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource.
- Parameters:
reputationEntityReference- The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sendingStatus
UpdateReputationEntityCustomerManagedStatusRequest.Builder sendingStatus(String sendingStatus)
The new customer-managed sending status for the reputation entity. This can be one of the following:
-
ENABLED– Allow sending for this entity. -
DISABLED– Prevent sending for this entity. -
REINSTATED– Allow sending even if there are active reputation findings.
- Parameters:
sendingStatus- The new customer-managed sending status for the reputation entity. This can be one of the following:-
ENABLED– Allow sending for this entity. -
DISABLED– Prevent sending for this entity. -
REINSTATED– Allow sending even if there are active reputation findings.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SendingStatus,SendingStatus
-
-
sendingStatus
UpdateReputationEntityCustomerManagedStatusRequest.Builder sendingStatus(SendingStatus sendingStatus)
The new customer-managed sending status for the reputation entity. This can be one of the following:
-
ENABLED– Allow sending for this entity. -
DISABLED– Prevent sending for this entity. -
REINSTATED– Allow sending even if there are active reputation findings.
- Parameters:
sendingStatus- The new customer-managed sending status for the reputation entity. This can be one of the following:-
ENABLED– Allow sending for this entity. -
DISABLED– Prevent sending for this entity. -
REINSTATED– Allow sending even if there are active reputation findings.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SendingStatus,SendingStatus
-
-
overrideConfiguration
UpdateReputationEntityCustomerManagedStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateReputationEntityCustomerManagedStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-