Interface CreateAppInstanceAdminResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ChimeSdkIdentityResponse.Builder, CopyableBuilder<CreateAppInstanceAdminResponse.Builder,CreateAppInstanceAdminResponse>, SdkBuilder<CreateAppInstanceAdminResponse.Builder,CreateAppInstanceAdminResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateAppInstanceAdminResponse

  • Method Details

    • appInstanceAdmin

      CreateAppInstanceAdminResponse.Builder appInstanceAdmin(Identity appInstanceAdmin)

      The ARN and name of the administrator, the ARN of the AppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.

      Parameters:
      appInstanceAdmin - The ARN and name of the administrator, the ARN of the AppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appInstanceAdmin

      default CreateAppInstanceAdminResponse.Builder appInstanceAdmin(Consumer<Identity.Builder> appInstanceAdmin)

      The ARN and name of the administrator, the ARN of the AppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.

      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 appInstanceAdmin(Identity).

      Parameters:
      appInstanceAdmin - 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

      CreateAppInstanceAdminResponse.Builder appInstanceArn(String appInstanceArn)

      The ARN of the of the admin for the AppInstance.

      Parameters:
      appInstanceArn - The ARN of the of the admin for the AppInstance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.