Interface Initiator.Builder

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

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

    • id

      If the principal is an Amazon Web Services account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.

      Directory buckets - If the principal is an Amazon Web Services account, it provides the Amazon Web Services account ID. If the principal is an IAM User, it provides a user ARN value.

      Parameters:
      id - If the principal is an Amazon Web Services account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.

      Directory buckets - If the principal is an Amazon Web Services account, it provides the Amazon Web Services account ID. If the principal is an IAM User, it provides a user ARN value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      Initiator.Builder displayName(String displayName)

      Name of the Principal.

      This functionality is not supported for directory buckets.

      Parameters:
      displayName - Name of the Principal.

      This functionality is not supported for directory buckets.

      Returns:
      Returns a reference to this object so that method calls can be chained together.