Interface UpdateReputationEntityCustomerManagedStatusRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateReputationEntityCustomerManagedStatusRequest.Builder,,UpdateReputationEntityCustomerManagedStatusRequest> SdkBuilder<UpdateReputationEntityCustomerManagedStatusRequest.Builder,,UpdateReputationEntityCustomerManagedStatusRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- UpdateReputationEntityCustomerManagedStatusRequest
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) reputationEntityReference(String reputationEntityReference) The unique identifier for the reputation entity.reputationEntityType(String reputationEntityType) The type of reputation entity.reputationEntityType(ReputationEntityType reputationEntityType) The type of reputation entity.sendingStatus(String sendingStatus) The new customer-managed sending status for the reputation entity.sendingStatus(SendingStatus sendingStatus) The new customer-managed sending status for the reputation entity.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
Method Details
-
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
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:
-
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
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
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:
-
-
overrideConfiguration
UpdateReputationEntityCustomerManagedStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateReputationEntityCustomerManagedStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-