public static interface DescribeOrganizationConformancePacksResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConformancePacksResponse.Builder,DescribeOrganizationConformancePacksResponse>
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationConformancePacksResponse.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.
|
DescribeOrganizationConformancePacksResponse.Builder |
organizationConformancePacks(Collection<OrganizationConformancePack> organizationConformancePacks)
Returns a list of OrganizationConformancePacks objects.
|
DescribeOrganizationConformancePacksResponse.Builder |
organizationConformancePacks(Consumer<OrganizationConformancePack.Builder>... organizationConformancePacks)
Returns a list of OrganizationConformancePacks objects.
|
DescribeOrganizationConformancePacksResponse.Builder |
organizationConformancePacks(OrganizationConformancePack... organizationConformancePacks)
Returns a list of OrganizationConformancePacks objects.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeOrganizationConformancePacksResponse.Builder organizationConformancePacks(Collection<OrganizationConformancePack> organizationConformancePacks)
Returns a list of OrganizationConformancePacks objects.
organizationConformancePacks
- Returns a list of OrganizationConformancePacks objects.DescribeOrganizationConformancePacksResponse.Builder organizationConformancePacks(OrganizationConformancePack... organizationConformancePacks)
Returns a list of OrganizationConformancePacks objects.
organizationConformancePacks
- Returns a list of OrganizationConformancePacks objects.DescribeOrganizationConformancePacksResponse.Builder organizationConformancePacks(Consumer<OrganizationConformancePack.Builder>... organizationConformancePacks)
Returns a list of OrganizationConformancePacks objects.
This is a convenience that creates an instance of theList.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 #organizationConformancePacks(List)
.organizationConformancePacks
- a consumer that will call methods on List.Builder
#organizationConformancePacks(List)
DescribeOrganizationConformancePacksResponse.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.