public static interface DescribeProvisionedProductPlanResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeProvisionedProductPlanResponse.Builder,DescribeProvisionedProductPlanResponse>
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeProvisionedProductPlanResponse.Builder provisionedProductPlanDetails(ProvisionedProductPlanDetails provisionedProductPlanDetails)
Information about the plan.
provisionedProductPlanDetails
- Information about the plan.default DescribeProvisionedProductPlanResponse.Builder provisionedProductPlanDetails(Consumer<ProvisionedProductPlanDetails.Builder> provisionedProductPlanDetails)
Information about the plan.
This is a convenience that creates an instance of theProvisionedProductPlanDetails.Builder
avoiding
the need to create one manually via ProvisionedProductPlanDetails.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to provisionedProductPlanDetails(ProvisionedProductPlanDetails)
.provisionedProductPlanDetails
- a consumer that will call methods on ProvisionedProductPlanDetails.Builder
provisionedProductPlanDetails(ProvisionedProductPlanDetails)
DescribeProvisionedProductPlanResponse.Builder resourceChanges(Collection<ResourceChange> resourceChanges)
Information about the resource changes that will occur when the plan is executed.
resourceChanges
- Information about the resource changes that will occur when the plan is executed.DescribeProvisionedProductPlanResponse.Builder resourceChanges(ResourceChange... resourceChanges)
Information about the resource changes that will occur when the plan is executed.
resourceChanges
- Information about the resource changes that will occur when the plan is executed.DescribeProvisionedProductPlanResponse.Builder resourceChanges(Consumer<ResourceChange.Builder>... resourceChanges)
Information about the resource changes that will occur when the plan is executed.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #resourceChanges(List)
.resourceChanges
- a consumer that will call methods on List.Builder
#resourceChanges(List)
DescribeProvisionedProductPlanResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken
- The page token to use to retrieve the next set of results. If there are no additional results, this
value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.