Uses of Interface
software.amazon.awssdk.services.sesv2.model.ReputationEntity.Builder
Packages that use ReputationEntity.Builder
-
Uses of ReputationEntity.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ReputationEntity.BuilderModifier and TypeMethodDescriptiondefault ReputationEntity.BuilderReputationEntity.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.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.BuilderReputationEntity.builder()default ReputationEntity.BuilderReputationEntity.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.customerManagedStatus(StatusRecord customerManagedStatus) The customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.ReputationEntity.Builder.reputationEntityReference(String reputationEntityReference) The unique identifier for the reputation entity.ReputationEntity.Builder.reputationEntityType(String reputationEntityType) The type of reputation entity.ReputationEntity.Builder.reputationEntityType(ReputationEntityType reputationEntityType) The type of reputation entity.ReputationEntity.Builder.reputationImpact(String reputationImpact) The reputation impact level for this entity, representing the highest impact reputation finding currently active.ReputationEntity.Builder.reputationImpact(RecommendationImpact reputationImpact) The reputation impact level for this entity, representing the highest impact reputation finding currently active.ReputationEntity.Builder.reputationManagementPolicy(String reputationManagementPolicy) The Amazon Resource Name (ARN) of the reputation management policy applied to this entity.ReputationEntity.Builder.sendingStatusAggregate(String sendingStatusAggregate) The aggregate sending status that determines whether the entity is allowed to send emails.ReputationEntity.Builder.sendingStatusAggregate(SendingStatus sendingStatusAggregate) The aggregate sending status that determines whether the entity is allowed to send emails.ReputationEntity.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ReputationEntity.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReputationEntity.Builder>ReputationEntity.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ReputationEntity.BuilderModifier and TypeMethodDescriptionGetReputationEntityResponse.Builder.reputationEntity(Consumer<ReputationEntity.Builder> reputationEntity) The reputation entity information, including status records, policy configuration, and reputation impact.