Interface S3ContentLocationUpdate.Builder

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

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

    • bucketARNUpdate

      S3ContentLocationUpdate.Builder bucketARNUpdate(String bucketARNUpdate)

      The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.

      Parameters:
      bucketARNUpdate - The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileKeyUpdate

      S3ContentLocationUpdate.Builder fileKeyUpdate(String fileKeyUpdate)

      The new file key for the object containing the application code.

      Parameters:
      fileKeyUpdate - The new file key for the object containing the application code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectVersionUpdate

      S3ContentLocationUpdate.Builder objectVersionUpdate(String objectVersionUpdate)

      The new version of the object containing the application code.

      Parameters:
      objectVersionUpdate - The new version of the object containing the application code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.