public static interface DescribeProvisionedProductResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeProvisionedProductResponse.Builder,DescribeProvisionedProductResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeProvisionedProductResponse.Builder |
cloudWatchDashboards(CloudWatchDashboard... cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
|
DescribeProvisionedProductResponse.Builder |
cloudWatchDashboards(Collection<CloudWatchDashboard> cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
|
DescribeProvisionedProductResponse.Builder |
cloudWatchDashboards(Consumer<CloudWatchDashboard.Builder>... cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
|
default DescribeProvisionedProductResponse.Builder |
provisionedProductDetail(Consumer<ProvisionedProductDetail.Builder> provisionedProductDetail)
Information about the provisioned product.
|
DescribeProvisionedProductResponse.Builder |
provisionedProductDetail(ProvisionedProductDetail provisionedProductDetail)
Information about the provisioned product.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProvisionedProductResponse.Builder provisionedProductDetail(ProvisionedProductDetail provisionedProductDetail)
Information about the provisioned product.
provisionedProductDetail - Information about the provisioned product.default DescribeProvisionedProductResponse.Builder provisionedProductDetail(Consumer<ProvisionedProductDetail.Builder> provisionedProductDetail)
Information about the provisioned product.
This is a convenience method that creates an instance of theProvisionedProductDetail.Builder
avoiding the need to create one manually via ProvisionedProductDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to provisionedProductDetail(ProvisionedProductDetail).
provisionedProductDetail - a consumer that will call methods on ProvisionedProductDetail.BuilderprovisionedProductDetail(ProvisionedProductDetail)DescribeProvisionedProductResponse.Builder cloudWatchDashboards(Collection<CloudWatchDashboard> cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
cloudWatchDashboards - Any CloudWatch dashboards that were created when provisioning the product.DescribeProvisionedProductResponse.Builder cloudWatchDashboards(CloudWatchDashboard... cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
cloudWatchDashboards - Any CloudWatch dashboards that were created when provisioning the product.DescribeProvisionedProductResponse.Builder cloudWatchDashboards(Consumer<CloudWatchDashboard.Builder>... cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
This is a convenience method that creates an instance of theCloudWatchDashboard.Builder avoiding the need to
create one manually via
CloudWatchDashboard.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #cloudWatchDashboards(List.
cloudWatchDashboards - a consumer that will call methods on
CloudWatchDashboard.Builder#cloudWatchDashboards(java.util.Collection) Copyright © 2023. All rights reserved.