public static interface DescribeProvisionedProductPlanResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeProvisionedProductPlanResponse.Builder,DescribeProvisionedProductPlanResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProvisionedProductPlanResponse.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 method 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.BuilderprovisionedProductPlanDetails(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 method that creates an instance of theResourceChange.Builder avoiding the need to
create one manually via ResourceChange.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resourceChanges(List.
resourceChanges - a consumer that will call methods on
ResourceChange.Builder#resourceChanges(java.util.Collection) 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 © 2023. All rights reserved.