public static interface DescribeOrganizationConformancePackStatusesResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConformancePackStatusesResponse.Builder,DescribeOrganizationConformancePackStatusesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationConformancePackStatusesResponse.Builder |
nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
DescribeOrganizationConformancePackStatusesResponse.Builder |
organizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
DescribeOrganizationConformancePackStatusesResponse.Builder |
organizationConformancePackStatuses(Consumer<OrganizationConformancePackStatus.Builder>... organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
DescribeOrganizationConformancePackStatusesResponse.Builder |
organizationConformancePackStatuses(OrganizationConformancePackStatus... organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeOrganizationConformancePackStatusesResponse.Builder organizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)
A list of OrganizationConformancePackStatus
objects.
organizationConformancePackStatuses
- A list of OrganizationConformancePackStatus
objects.DescribeOrganizationConformancePackStatusesResponse.Builder organizationConformancePackStatuses(OrganizationConformancePackStatus... organizationConformancePackStatuses)
A list of OrganizationConformancePackStatus
objects.
organizationConformancePackStatuses
- A list of OrganizationConformancePackStatus
objects.DescribeOrganizationConformancePackStatusesResponse.Builder organizationConformancePackStatuses(Consumer<OrganizationConformancePackStatus.Builder>... organizationConformancePackStatuses)
A list of OrganizationConformancePackStatus
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 #organizationConformancePackStatuses(List)
.organizationConformancePackStatuses
- a consumer that will call methods on List.Builder
#organizationConformancePackStatuses(List)
DescribeOrganizationConformancePackStatusesResponse.Builder nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
nextToken
- The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.