public static interface DescribeConformancePackStatusResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeConformancePackStatusResponse.Builder,DescribeConformancePackStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeConformancePackStatusResponse.Builder |
conformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails)
A list of
ConformancePackStatusDetail objects. |
DescribeConformancePackStatusResponse.Builder |
conformancePackStatusDetails(ConformancePackStatusDetail... conformancePackStatusDetails)
A list of
ConformancePackStatusDetail objects. |
DescribeConformancePackStatusResponse.Builder |
conformancePackStatusDetails(Consumer<ConformancePackStatusDetail.Builder>... conformancePackStatusDetails)
A list of
ConformancePackStatusDetail objects. |
DescribeConformancePackStatusResponse.Builder |
nextToken(String nextToken)
The
nextToken string returned in a previous request that you use to request the next page of
results in a paginated response. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConformancePackStatusResponse.Builder conformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails)
A list of ConformancePackStatusDetail objects.
conformancePackStatusDetails - A list of ConformancePackStatusDetail objects.DescribeConformancePackStatusResponse.Builder conformancePackStatusDetails(ConformancePackStatusDetail... conformancePackStatusDetails)
A list of ConformancePackStatusDetail objects.
conformancePackStatusDetails - A list of ConformancePackStatusDetail objects.DescribeConformancePackStatusResponse.Builder conformancePackStatusDetails(Consumer<ConformancePackStatusDetail.Builder>... conformancePackStatusDetails)
A list of ConformancePackStatusDetail objects.
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 #conformancePackStatusDetails(List) .conformancePackStatusDetails - a consumer that will call methods on List.Builder #conformancePackStatusDetails(List) DescribeConformancePackStatusResponse.Builder nextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of
results in a paginated response.
nextToken - The nextToken string returned in a previous request that you use to request the next page
of results in a paginated response.Copyright © 2021. All rights reserved.