Interface AppInstanceAdmin.Builder

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

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

    • admin

      The AppInstanceAdmin data.

      Parameters:
      admin - The AppInstanceAdmin data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • admin

      The AppInstanceAdmin data.

      This is a convenience method that creates an instance of the Identity.Builder avoiding the need to create one manually via Identity.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to admin(Identity).

      Parameters:
      admin - a consumer that will call methods on Identity.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • appInstanceArn

      AppInstanceAdmin.Builder appInstanceArn(String appInstanceArn)

      The ARN of the AppInstance for which the user is an administrator.

      Parameters:
      appInstanceArn - The ARN of the AppInstance for which the user is an administrator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTimestamp

      AppInstanceAdmin.Builder createdTimestamp(Instant createdTimestamp)

      The time at which an administrator was created.

      Parameters:
      createdTimestamp - The time at which an administrator was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.