Interface DescribeOrganizationConfigRulesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConfigResponse.Builder
,CopyableBuilder<DescribeOrganizationConfigRulesResponse.Builder,
,DescribeOrganizationConfigRulesResponse> SdkBuilder<DescribeOrganizationConfigRulesResponse.Builder,
,DescribeOrganizationConfigRulesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeOrganizationConfigRulesResponse
@Mutable
@NotThreadSafe
public static interface DescribeOrganizationConfigRulesResponse.Builder
extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigRulesResponse.Builder,DescribeOrganizationConfigRulesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThenextToken
string returned on a previous page that you use to get the next page of results in a paginated response.organizationConfigRules
(Collection<OrganizationConfigRule> organizationConfigRules) Returns a list ofOrganizationConfigRule
objects.organizationConfigRules
(Consumer<OrganizationConfigRule.Builder>... organizationConfigRules) Returns a list ofOrganizationConfigRule
objects.organizationConfigRules
(OrganizationConfigRule... organizationConfigRules) Returns a list ofOrganizationConfigRule
objects.Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
organizationConfigRules
DescribeOrganizationConfigRulesResponse.Builder organizationConfigRules(Collection<OrganizationConfigRule> organizationConfigRules) Returns a list of
OrganizationConfigRule
objects.- Parameters:
organizationConfigRules
- Returns a list ofOrganizationConfigRule
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationConfigRules
DescribeOrganizationConfigRulesResponse.Builder organizationConfigRules(OrganizationConfigRule... organizationConfigRules) Returns a list of
OrganizationConfigRule
objects.- Parameters:
organizationConfigRules
- Returns a list ofOrganizationConfigRule
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationConfigRules
DescribeOrganizationConfigRulesResponse.Builder organizationConfigRules(Consumer<OrganizationConfigRule.Builder>... organizationConfigRules) Returns a list of
This is a convenience method that creates an instance of theOrganizationConfigRule
objects.OrganizationConfigRule.Builder
avoiding the need to create one manually viaOrganizationConfigRule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toorganizationConfigRules(List<OrganizationConfigRule>)
.- Parameters:
organizationConfigRules
- a consumer that will call methods onOrganizationConfigRule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken
- ThenextToken
string returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-