Interface UpdateProvisioningArtifactRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>,SdkBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- UpdateProvisioningArtifactRequest
public static interface UpdateProvisioningArtifactRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
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
UpdateProvisioningArtifactRequest.Builder productId(String 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
UpdateProvisioningArtifactRequest.Builder name(String 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
UpdateProvisioningArtifactRequest.Builder description(String 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
UpdateProvisioningArtifactRequest.Builder active(Boolean 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
UpdateProvisioningArtifactRequest.Builder guidance(String guidance)
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
The
DEFAULTvalue indicates that the product version is active.The administrator can set the guidance to
DEPRECATEDto 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
DEFAULTvalue indicates that the product version is active.The administrator can set the guidance to
DEPRECATEDto 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:
ProvisioningArtifactGuidance,ProvisioningArtifactGuidance
-
guidance
UpdateProvisioningArtifactRequest.Builder guidance(ProvisioningArtifactGuidance guidance)
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
The
DEFAULTvalue indicates that the product version is active.The administrator can set the guidance to
DEPRECATEDto 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
DEFAULTvalue indicates that the product version is active.The administrator can set the guidance to
DEPRECATEDto 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:
ProvisioningArtifactGuidance,ProvisioningArtifactGuidance
-
overrideConfiguration
UpdateProvisioningArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProvisioningArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-