Interface UpdateDeploymentResponse.Builder

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

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

    • id

      The identifier for the deployment resource.

      Parameters:
      id - The identifier for the deployment resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateDeploymentResponse.Builder description(String description)

      The description for the deployment resource.

      Parameters:
      description - The description for the deployment resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdDate

      UpdateDeploymentResponse.Builder createdDate(Instant createdDate)

      The date and time that the deployment resource was created.

      Parameters:
      createdDate - The date and time that the deployment resource was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • apiSummary

      A summary of the RestApi at the date and time that the deployment resource was created.

      Parameters:
      apiSummary - A summary of the RestApi at the date and time that the deployment resource was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.