Interface S3Location.Builder

All Superinterfaces:
Buildable, CopyableBuilder<S3Location.Builder,S3Location>, SdkBuilder<S3Location.Builder,S3Location>, SdkPojo
Enclosing class:
S3Location

public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
  • Method Details

    • bucket

      S3Location.Builder bucket(String bucket)

      The S3 bucket that contains the training or model packaging job output. If you are training a model, the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.

      Parameters:
      bucket - The S3 bucket that contains the training or model packaging job output. If you are training a model, the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prefix

      S3Location.Builder prefix(String prefix)

      The path of the folder, within the S3 bucket, that contains the output.

      Parameters:
      prefix - The path of the folder, within the S3 bucket, that contains the output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.