public static interface DescribeOrganizationConfigRulesResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigRulesResponse.Builder,DescribeOrganizationConfigRulesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationConfigRulesResponse.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. |
DescribeOrganizationConfigRulesResponse.Builder |
organizationConfigRules(Collection<OrganizationConfigRule> organizationConfigRules)
Returns a list of
OrganizationConfigRule objects. |
DescribeOrganizationConfigRulesResponse.Builder |
organizationConfigRules(Consumer<OrganizationConfigRule.Builder>... organizationConfigRules)
Returns a list of
OrganizationConfigRule objects. |
DescribeOrganizationConfigRulesResponse.Builder |
organizationConfigRules(OrganizationConfigRule... organizationConfigRules)
Returns a list of
OrganizationConfigRule objects. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeOrganizationConfigRulesResponse.Builder organizationConfigRules(Collection<OrganizationConfigRule> organizationConfigRules)
Returns a list of OrganizationConfigRule
objects.
organizationConfigRules
- Returns a list of OrganizationConfigRule
objects.DescribeOrganizationConfigRulesResponse.Builder organizationConfigRules(OrganizationConfigRule... organizationConfigRules)
Returns a list of OrganizationConfigRule
objects.
organizationConfigRules
- Returns a list of OrganizationConfigRule
objects.DescribeOrganizationConfigRulesResponse.Builder organizationConfigRules(Consumer<OrganizationConfigRule.Builder>... organizationConfigRules)
Returns a list of OrganizationConfigRule
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 #organizationConfigRules(List)
.organizationConfigRules
- a consumer that will call methods on List.Builder
#organizationConfigRules(List)
DescribeOrganizationConfigRulesResponse.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.