Interface DescribeProvisioningParametersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeProvisioningParametersRequest.Builder,DescribeProvisioningParametersRequest>,SdkBuilder<DescribeProvisioningParametersRequest.Builder,DescribeProvisioningParametersRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- DescribeProvisioningParametersRequest
public static interface DescribeProvisioningParametersRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<DescribeProvisioningParametersRequest.Builder,DescribeProvisioningParametersRequest>
-
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
acceptLanguage
DescribeProvisioningParametersRequest.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
DescribeProvisioningParametersRequest.Builder productId(String productId)
The product identifier. You must provide the product name or ID, but not both.
- Parameters:
productId- The product identifier. You must provide the product name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productName
DescribeProvisioningParametersRequest.Builder productName(String productName)
The name of the product. You must provide the name or ID, but not both.
- Parameters:
productName- The name of the product. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactId
DescribeProvisioningParametersRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. You must provide the name or ID, but not both.
- Parameters:
provisioningArtifactId- The identifier of the provisioning artifact. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactName
DescribeProvisioningParametersRequest.Builder provisioningArtifactName(String provisioningArtifactName)
The name of the provisioning artifact. You must provide the name or ID, but not both.
- Parameters:
provisioningArtifactName- The name of the provisioning artifact. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pathId
DescribeProvisioningParametersRequest.Builder pathId(String pathId)
The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.
- Parameters:
pathId- The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pathName
DescribeProvisioningParametersRequest.Builder pathName(String pathName)
The name of the path. You must provide the name or ID, but not both.
- Parameters:
pathName- The name of the path. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeProvisioningParametersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeProvisioningParametersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-