Interface CreateDeliverabilityTestReportRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateDeliverabilityTestReportRequest.Builder,,- CreateDeliverabilityTestReportRequest> - SdkBuilder<CreateDeliverabilityTestReportRequest.Builder,,- CreateDeliverabilityTestReportRequest> - SdkPojo,- SdkRequest.Builder,- SesV2Request.Builder
- Enclosing class:
- CreateDeliverabilityTestReportRequest
- 
Method SummaryModifier and TypeMethodDescriptioncontent(Consumer<EmailContent.Builder> content) The HTML body of the message that you sent when you performed the predictive inbox placement test.content(EmailContent content) The HTML body of the message that you sent when you performed the predictive inbox placement test.fromEmailAddress(String fromEmailAddress) The email address that the predictive inbox placement test email was sent from.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reportName(String reportName) A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builderbuild
- 
Method Details- 
reportNameA unique name that helps you to identify the predictive inbox placement test when you retrieve the results. - Parameters:
- reportName- A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fromEmailAddressThe email address that the predictive inbox placement test email was sent from. - Parameters:
- fromEmailAddress- The email address that the predictive inbox placement test email was sent from.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
contentThe HTML body of the message that you sent when you performed the predictive inbox placement test. - Parameters:
- content- The HTML body of the message that you sent when you performed the predictive inbox placement test.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
contentdefault CreateDeliverabilityTestReportRequest.Builder content(Consumer<EmailContent.Builder> content) The HTML body of the message that you sent when you performed the predictive inbox placement test. This is a convenience method that creates an instance of theEmailContent.Builderavoiding the need to create one manually viaEmailContent.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontent(EmailContent).- Parameters:
- content- a consumer that will call methods on- EmailContent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsAn array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test. - Parameters:
- tags- An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsAn array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test. - Parameters:
- tags- An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsAn array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateDeliverabilityTestReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateDeliverabilityTestReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-