public static interface DescribeProductAsAdminRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<DescribeProductAsAdminRequest.Builder,DescribeProductAsAdminRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeProductAsAdminRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
DescribeProductAsAdminRequest.Builder |
id(String id)
The product identifier.
|
DescribeProductAsAdminRequest.Builder |
name(String name)
The product name.
|
DescribeProductAsAdminRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeProductAsAdminRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeProductAsAdminRequest.Builder |
sourcePortfolioId(String sourcePortfolioId)
The unique identifier of the shared portfolio that the specified product is associated with.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProductAsAdminRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
DescribeProductAsAdminRequest.Builder id(String id)
The product identifier.
id - The product identifier.DescribeProductAsAdminRequest.Builder name(String name)
The product name.
name - The product name.DescribeProductAsAdminRequest.Builder sourcePortfolioId(String sourcePortfolioId)
The unique identifier of the shared portfolio that the specified product is associated with.
You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.
sourcePortfolioId - The unique identifier of the shared portfolio that the specified product is associated with.
You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.
DescribeProductAsAdminRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeProductAsAdminRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.