Interface S3ExportingLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3ExportingLocation.Builder,S3ExportingLocation>,SdkBuilder<S3ExportingLocation.Builder,S3ExportingLocation>,SdkPojo
- Enclosing class:
- S3ExportingLocation
public static interface S3ExportingLocation.Builder extends SdkPojo, CopyableBuilder<S3ExportingLocation.Builder,S3ExportingLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ExportingLocation.Builders3BucketName(String s3BucketName)The name of the S3 bucket name where Identity Resolution Jobs write result files.S3ExportingLocation.Builders3KeyName(String s3KeyName)The S3 key name of the location where Identity Resolution Jobs write result files.-
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
-
s3BucketName
S3ExportingLocation.Builder s3BucketName(String s3BucketName)
The name of the S3 bucket name where Identity Resolution Jobs write result files.
- Parameters:
s3BucketName- The name of the S3 bucket name where Identity Resolution Jobs write result files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3KeyName
S3ExportingLocation.Builder s3KeyName(String s3KeyName)
The S3 key name of the location where Identity Resolution Jobs write result files.
- Parameters:
s3KeyName- The S3 key name of the location where Identity Resolution Jobs write result files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-