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