Interface DescribeProvisionedProductRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DescribeProvisionedProductRequest.Builder,,- DescribeProvisionedProductRequest> - SdkBuilder<DescribeProvisionedProductRequest.Builder,,- DescribeProvisionedProductRequest> - SdkPojo,- SdkRequest.Builder,- ServiceCatalogRequest.Builder
- Enclosing class:
- DescribeProvisionedProductRequest
- 
Method SummaryModifier and TypeMethodDescriptionacceptLanguage(String acceptLanguage) The language code.The provisioned product identifier.The name of the provisioned product.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builderbuild
- 
Method Details- 
acceptLanguageThe 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.
 
- 
 
- 
idThe 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 InvalidParametersExceptionwill occur.- Parameters:
- 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 - InvalidParametersExceptionwill occur.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe 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 InvalidParametersExceptionwill occur.- Parameters:
- 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 - InvalidParametersExceptionwill occur.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationDescribeProvisionedProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeProvisionedProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-