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