Interface DescribeProductAsAdminRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeProductAsAdminRequest.Builder,DescribeProductAsAdminRequest>,SdkBuilder<DescribeProductAsAdminRequest.Builder,DescribeProductAsAdminRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- DescribeProductAsAdminRequest
public static interface DescribeProductAsAdminRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<DescribeProductAsAdminRequest.Builder,DescribeProductAsAdminRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeProductAsAdminRequest.BuilderacceptLanguage(String acceptLanguage)The language code.DescribeProductAsAdminRequest.Builderid(String id)The product identifier.DescribeProductAsAdminRequest.Buildername(String name)The product name.DescribeProductAsAdminRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeProductAsAdminRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeProductAsAdminRequest.BuildersourcePortfolioId(String sourcePortfolioId)The unique identifier of the shared portfolio that the specified product is associated with.-
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
DescribeProductAsAdminRequest.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.
-
-
id
DescribeProductAsAdminRequest.Builder id(String id)
The product identifier.
- Parameters:
id- The product identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DescribeProductAsAdminRequest.Builder name(String name)
The product name.
- Parameters:
name- The product name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourcePortfolioId
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeProductAsAdminRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeProductAsAdminRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-