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 Details

    • 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.