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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ExportDestinationConfiguration.Builders3Location(String s3Location)The S3 location to deliver the exported email data.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
s3Location
S3ExportDestinationConfiguration.Builder s3Location(String 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.
-
-