Interface ListStackInstancesForProvisionedProductRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStackInstancesForProvisionedProductRequest.Builder,ListStackInstancesForProvisionedProductRequest>,SdkBuilder<ListStackInstancesForProvisionedProductRequest.Builder,ListStackInstancesForProvisionedProductRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- ListStackInstancesForProvisionedProductRequest
public static interface ListStackInstancesForProvisionedProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ListStackInstancesForProvisionedProductRequest.Builder,ListStackInstancesForProvisionedProductRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStackInstancesForProvisionedProductRequest.BuilderacceptLanguage(String acceptLanguage)The language code.ListStackInstancesForProvisionedProductRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStackInstancesForProvisionedProductRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStackInstancesForProvisionedProductRequest.BuilderpageSize(Integer pageSize)The maximum number of items to return with this call.ListStackInstancesForProvisionedProductRequest.BuilderpageToken(String pageToken)The page token for the next set of results.ListStackInstancesForProvisionedProductRequest.BuilderprovisionedProductId(String provisionedProductId)The identifier of the provisioned product.-
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
ListStackInstancesForProvisionedProductRequest.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.
-
-
provisionedProductId
ListStackInstancesForProvisionedProductRequest.Builder provisionedProductId(String provisionedProductId)
The identifier of the provisioned product.
- Parameters:
provisionedProductId- The identifier of the provisioned product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageToken
ListStackInstancesForProvisionedProductRequest.Builder pageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
- Parameters:
pageToken- The page token for the next set of results. To retrieve the first set of results, use null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
ListStackInstancesForProvisionedProductRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return with this call.
- Parameters:
pageSize- The maximum number of items to return with this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStackInstancesForProvisionedProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStackInstancesForProvisionedProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-