Interface GetApplicationVersionResponse.Builder

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

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

    • applicationVersion

      GetApplicationVersionResponse.Builder applicationVersion(Integer applicationVersion)

      The specific version of the application.

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

      GetApplicationVersionResponse.Builder creationTime(Instant creationTime)

      The timestamp when the application version was created.

      Parameters:
      creationTime - The timestamp when the application version was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • definitionContent

      GetApplicationVersionResponse.Builder definitionContent(String definitionContent)

      The content of the application definition. This is a JSON object that contains the resource configuration and definitions that identify an application.

      Parameters:
      definitionContent - The content of the application definition. This is a JSON object that contains the resource configuration and definitions that identify an application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      The application description.

      Parameters:
      description - The application description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the application version.

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

      The status of the application version.

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

      The status of the application version.

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

      GetApplicationVersionResponse.Builder statusReason(String statusReason)

      The reason for the reported status.

      Parameters:
      statusReason - The reason for the reported status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.