public static interface DescribeProvisionedProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<DescribeProvisionedProductRequest.Builder,DescribeProvisionedProductRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeProvisionedProductRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
DescribeProvisionedProductRequest.Builder |
id(String id)
The provisioned product identifier.
|
DescribeProvisionedProductRequest.Builder |
name(String name)
The name of the provisioned product.
|
DescribeProvisionedProductRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeProvisionedProductRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProvisionedProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
DescribeProvisionedProductRequest.Builder id(String id)
The provisioned product identifier. You must provide the name or ID, but not both.
If you do not provide a name or ID, or you provide both name and ID, an
InvalidParametersException will occur.
id - The provisioned product identifier. You must provide the name or ID, but not both.
If you do not provide a name or ID, or you provide both name and ID, an
InvalidParametersException will occur.
DescribeProvisionedProductRequest.Builder name(String name)
The name of the provisioned product. You must provide the name or ID, but not both.
If you do not provide a name or ID, or you provide both name and ID, an
InvalidParametersException will occur.
name - The name of the provisioned product. You must provide the name or ID, but not both.
If you do not provide a name or ID, or you provide both name and ID, an
InvalidParametersException will occur.
DescribeProvisionedProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeProvisionedProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.