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.

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

      Parameters:
      displayName - Name of the Principal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.