Interface DescribeOrganizationConfigRulesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<DescribeOrganizationConfigRulesResponse.Builder,DescribeOrganizationConfigRulesResponse>,SdkBuilder<DescribeOrganizationConfigRulesResponse.Builder,DescribeOrganizationConfigRulesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeOrganizationConfigRulesResponse
public static interface DescribeOrganizationConfigRulesResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigRulesResponse.Builder,DescribeOrganizationConfigRulesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeOrganizationConfigRulesResponse.BuildernextToken(String nextToken)ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.DescribeOrganizationConfigRulesResponse.BuilderorganizationConfigRules(Collection<OrganizationConfigRule> organizationConfigRules)Returns a list ofOrganizationConfigRuleobjects.DescribeOrganizationConfigRulesResponse.BuilderorganizationConfigRules(Consumer<OrganizationConfigRule.Builder>... organizationConfigRules)Returns a list ofOrganizationConfigRuleobjects.DescribeOrganizationConfigRulesResponse.BuilderorganizationConfigRules(OrganizationConfigRule... organizationConfigRules)Returns a list ofOrganizationConfigRuleobjects.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
organizationConfigRules
DescribeOrganizationConfigRulesResponse.Builder organizationConfigRules(Collection<OrganizationConfigRule> organizationConfigRules)
Returns a list of
OrganizationConfigRuleobjects.- Parameters:
organizationConfigRules- Returns a list ofOrganizationConfigRuleobjects.- 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
OrganizationConfigRuleobjects.- Parameters:
organizationConfigRules- Returns a list ofOrganizationConfigRuleobjects.- 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 theOrganizationConfigRuleobjects.OrganizationConfigRule.Builderavoiding the need to create one manually viaOrganizationConfigRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#organizationConfigRules(List.) - 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:
#organizationConfigRules(java.util.Collection)
-
nextToken
DescribeOrganizationConfigRulesResponse.Builder nextToken(String nextToken)
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken- ThenextTokenstring 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.
-
-