Interface S3ExportDestinationConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<S3ExportDestinationConfiguration.Builder,,S3ExportDestinationConfiguration> SdkBuilder<S3ExportDestinationConfiguration.Builder,,S3ExportDestinationConfiguration> SdkPojo
- Enclosing class:
 S3ExportDestinationConfiguration
public static interface S3ExportDestinationConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3ExportDestinationConfiguration.Builder,S3ExportDestinationConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptions3Location(String s3Location) The S3 location to deliver the exported email data.Methods 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, sdkFields 
- 
Method Details
- 
s3Location
The S3 location to deliver the exported email data.
- Parameters:
 s3Location- The S3 location to deliver the exported email data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -