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