Interface CreateApplicationResponse.Builder

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

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

    • applicationArn

      CreateApplicationResponse.Builder applicationArn(String applicationArn)

      The Amazon Resource Name (ARN) of the application.

      Parameters:
      applicationArn - The Amazon Resource Name (ARN) of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationId

      CreateApplicationResponse.Builder applicationId(String applicationId)

      The unique application identifier.

      Parameters:
      applicationId - The unique application identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationVersion

      CreateApplicationResponse.Builder applicationVersion(Integer applicationVersion)

      The version number of the application.

      Parameters:
      applicationVersion - The version number of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.