Interface LaunchPermission.Builder

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

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

    • group

      The name of the group.

      Parameters:
      group - The name of the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • group

      The name of the group.

      Parameters:
      group - The name of the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • userId

      The Amazon Web Services account ID.

      Constraints: Up to 10 000 account IDs can be specified in a single request.

      Parameters:
      userId - The Amazon Web Services account ID.

      Constraints: Up to 10 000 account IDs can be specified in a single request.

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

      LaunchPermission.Builder organizationArn(String organizationArn)

      The Amazon Resource Name (ARN) of an organization.

      Parameters:
      organizationArn - The Amazon Resource Name (ARN) of an organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationalUnitArn

      LaunchPermission.Builder organizationalUnitArn(String organizationalUnitArn)

      The Amazon Resource Name (ARN) of an organizational unit (OU).

      Parameters:
      organizationalUnitArn - The Amazon Resource Name (ARN) of an organizational unit (OU).
      Returns:
      Returns a reference to this object so that method calls can be chained together.