Interface UpdateProvisioningArtifactRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>, SdkBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>, SdkPojo, SdkRequest.Builder, ServiceCatalogRequest.Builder
Enclosing class:
UpdateProvisioningArtifactRequest

  • Method Details

    • acceptLanguage

      UpdateProvisioningArtifactRequest.Builder acceptLanguage(String acceptLanguage)

      The language code.

      • jp - Japanese

      • zh - Chinese

      Parameters:
      acceptLanguage - The language code.

      • jp - Japanese

      • zh - Chinese

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productId

      The product identifier.

      Parameters:
      productId - The product identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisioningArtifactId

      UpdateProvisioningArtifactRequest.Builder provisioningArtifactId(String provisioningArtifactId)

      The identifier of the provisioning artifact.

      Parameters:
      provisioningArtifactId - The identifier of the provisioning artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The updated name of the provisioning artifact.

      Parameters:
      name - The updated name of the provisioning artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      The updated description of the provisioning artifact.

      Parameters:
      description - The updated description of the provisioning artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • active

      Indicates whether the product version is active.

      Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact.

      Parameters:
      active - Indicates whether the product version is active.

      Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • guidance

      Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

      The DEFAULT value indicates that the product version is active.

      The administrator can set the guidance to DEPRECATED to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.

      Parameters:
      guidance - Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

      The DEFAULT value indicates that the product version is active.

      The administrator can set the guidance to DEPRECATED to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • guidance

      Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

      The DEFAULT value indicates that the product version is active.

      The administrator can set the guidance to DEPRECATED to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.

      Parameters:
      guidance - Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

      The DEFAULT value indicates that the product version is active.

      The administrator can set the guidance to DEPRECATED to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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