Interface CreateDeploymentRequest.Builder

  • Method Details

    • applicationId

      CreateDeploymentRequest.Builder applicationId(String applicationId)

      The application identifier.

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

      CreateDeploymentRequest.Builder applicationVersion(Integer applicationVersion)

      The version of the application to deploy.

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

      CreateDeploymentRequest.Builder clientToken(String clientToken)

      Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.

      Parameters:
      clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentId

      CreateDeploymentRequest.Builder environmentId(String environmentId)

      The identifier of the runtime environment where you want to deploy this application.

      Parameters:
      environmentId - The identifier of the runtime environment where you want to deploy this application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.