public static interface DescribeResourceCollectionHealthResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeResourceCollectionHealthResponse.Builder,DescribeResourceCollectionHealthResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeResourceCollectionHealthResponse.Builder |
cloudFormation(CloudFormationHealth... cloudFormation)
The returned
CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information. |
DescribeResourceCollectionHealthResponse.Builder |
cloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned
CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information. |
DescribeResourceCollectionHealthResponse.Builder |
cloudFormation(Consumer<CloudFormationHealth.Builder>... cloudFormation)
The returned
CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information. |
DescribeResourceCollectionHealthResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeResourceCollectionHealthResponse.Builder |
service(Collection<ServiceHealth> service)
An array of
ServiceHealth objects that describes the health of the AWS services associated with
the resources in the collection. |
DescribeResourceCollectionHealthResponse.Builder |
service(Consumer<ServiceHealth.Builder>... service)
An array of
ServiceHealth objects that describes the health of the AWS services associated with
the resources in the collection. |
DescribeResourceCollectionHealthResponse.Builder |
service(ServiceHealth... service)
An array of
ServiceHealth objects that describes the health of the AWS services associated with
the resources in the collection. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeResourceCollectionHealthResponse.Builder cloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information.
cloudFormation - The returned CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information.DescribeResourceCollectionHealthResponse.Builder cloudFormation(CloudFormationHealth... cloudFormation)
The returned CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information.
cloudFormation - The returned CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information.DescribeResourceCollectionHealthResponse.Builder cloudFormation(Consumer<CloudFormationHealth.Builder>... cloudFormation)
The returned CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information.
List.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 #cloudFormation(List) .cloudFormation - a consumer that will call methods on List.Builder #cloudFormation(List) DescribeResourceCollectionHealthResponse.Builder service(Collection<ServiceHealth> service)
An array of ServiceHealth objects that describes the health of the AWS services associated with
the resources in the collection.
service - An array of ServiceHealth objects that describes the health of the AWS services
associated with the resources in the collection.DescribeResourceCollectionHealthResponse.Builder service(ServiceHealth... service)
An array of ServiceHealth objects that describes the health of the AWS services associated with
the resources in the collection.
service - An array of ServiceHealth objects that describes the health of the AWS services
associated with the resources in the collection.DescribeResourceCollectionHealthResponse.Builder service(Consumer<ServiceHealth.Builder>... service)
An array of ServiceHealth objects that describes the health of the AWS services associated with
the resources in the collection.
List.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 #service(List) .service - a consumer that will call methods on List.Builder #service(List) DescribeResourceCollectionHealthResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2021. All rights reserved.