Interface GetDeploymentRequest.Builder

  • Method Details

    • componentName

      GetDeploymentRequest.Builder componentName(String componentName)

      The name of a component that you want to get the detailed data for.

      Parameters:
      componentName - The name of a component that you want to get the detailed data for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentName

      GetDeploymentRequest.Builder environmentName(String environmentName)

      The name of a environment that you want to get the detailed data for.

      Parameters:
      environmentName - The name of a environment that you want to get the detailed data for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the deployment that you want to get the detailed data for.

      Parameters:
      id - The ID of the deployment that you want to get the detailed data for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceInstanceName

      GetDeploymentRequest.Builder serviceInstanceName(String serviceInstanceName)

      The name of the service instance associated with the given deployment ID. serviceName must be specified to identify the service instance.

      Parameters:
      serviceInstanceName - The name of the service instance associated with the given deployment ID. serviceName must be specified to identify the service instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceName

      GetDeploymentRequest.Builder serviceName(String serviceName)

      The name of the service associated with the given deployment ID.

      Parameters:
      serviceName - The name of the service associated with the given deployment ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetDeploymentRequest.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.