public static interface GetProvisionedProductOutputsRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<GetProvisionedProductOutputsRequest.Builder,GetProvisionedProductOutputsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProvisionedProductOutputsRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
GetProvisionedProductOutputsRequest.Builder provisionedProductId(String provisionedProductId)
The identifier of the provisioned product that you want the outputs from.
provisionedProductId - The identifier of the provisioned product that you want the outputs from.GetProvisionedProductOutputsRequest.Builder provisionedProductName(String provisionedProductName)
The name of the provisioned product that you want the outputs from.
provisionedProductName - The name of the provisioned product that you want the outputs from.GetProvisionedProductOutputsRequest.Builder outputKeys(Collection<String> outputKeys)
The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.
outputKeys - The list of keys that the API should return with their values. If none are provided, the API will
return all outputs of the provisioned product.GetProvisionedProductOutputsRequest.Builder outputKeys(String... outputKeys)
The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.
outputKeys - The list of keys that the API should return with their values. If none are provided, the API will
return all outputs of the provisioned product.GetProvisionedProductOutputsRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return with this call.
pageSize - The maximum number of items to return with this call.GetProvisionedProductOutputsRequest.Builder pageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
pageToken - The page token for the next set of results. To retrieve the first set of results, use null.GetProvisionedProductOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetProvisionedProductOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.