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.
ConformancePackStatusDetail.Builder avoiding the need to
create one manually via
ConformancePackStatusDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #conformancePackStatusDetails(List.
conformancePackStatusDetails - a consumer that will call methods on
ConformancePackStatusDetail.Builder#conformancePackStatusDetails(java.util.Collection) 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 © 2023. All rights reserved.