default ReputationEntity.Builder |
ReputationEntity.Builder.awsSesManagedStatus(Consumer<StatusRecord.Builder> awsSesManagedStatus) |
The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the current
status, cause description, and last updated timestamp.
|
ReputationEntity.Builder |
ReputationEntity.Builder.awsSesManagedStatus(StatusRecord awsSesManagedStatus) |
The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the current
status, cause description, and last updated timestamp.
|
static ReputationEntity.Builder |
ReputationEntity.builder() |
|
default ReputationEntity.Builder |
ReputationEntity.Builder.customerManagedStatus(Consumer<StatusRecord.Builder> customerManagedStatus) |
The customer-managed status record for this reputation entity, including the current status, cause
description, and last updated timestamp.
|
ReputationEntity.Builder |
ReputationEntity.Builder.customerManagedStatus(StatusRecord customerManagedStatus) |
The customer-managed status record for this reputation entity, including the current status, cause
description, and last updated timestamp.
|
ReputationEntity.Builder |
ReputationEntity.Builder.reputationEntityReference(String reputationEntityReference) |
The unique identifier for the reputation entity.
|
ReputationEntity.Builder |
ReputationEntity.Builder.reputationEntityType(String reputationEntityType) |
The type of reputation entity.
|
ReputationEntity.Builder |
ReputationEntity.Builder.reputationEntityType(ReputationEntityType reputationEntityType) |
The type of reputation entity.
|
ReputationEntity.Builder |
ReputationEntity.Builder.reputationImpact(String reputationImpact) |
The reputation impact level for this entity, representing the highest impact reputation finding currently
active.
|
ReputationEntity.Builder |
ReputationEntity.Builder.reputationImpact(RecommendationImpact reputationImpact) |
The reputation impact level for this entity, representing the highest impact reputation finding currently
active.
|
ReputationEntity.Builder |
ReputationEntity.Builder.reputationManagementPolicy(String reputationManagementPolicy) |
The Amazon Resource Name (ARN) of the reputation management policy applied to this entity.
|
ReputationEntity.Builder |
ReputationEntity.Builder.sendingStatusAggregate(String sendingStatusAggregate) |
The aggregate sending status that determines whether the entity is allowed to send emails.
|
ReputationEntity.Builder |
ReputationEntity.Builder.sendingStatusAggregate(SendingStatus sendingStatusAggregate) |
The aggregate sending status that determines whether the entity is allowed to send emails.
|
ReputationEntity.Builder |
ReputationEntity.toBuilder() |
|