Interface DescribeOrganizationConformancePacksRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<DescribeOrganizationConformancePacksRequest.Builder,,DescribeOrganizationConformancePacksRequest> SdkBuilder<DescribeOrganizationConformancePacksRequest.Builder,,DescribeOrganizationConformancePacksRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DescribeOrganizationConformancePacksRequest
public static interface DescribeOrganizationConformancePacksRequest.Builder
extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConformancePacksRequest.Builder,DescribeOrganizationConformancePacksRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of organization config packs returned on each page.The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.organizationConformancePackNames(String... organizationConformancePackNames) The name that you assign to an organization conformance pack.organizationConformancePackNames(Collection<String> organizationConformancePackNames) The name that you assign to an organization conformance pack.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
organizationConformancePackNames
DescribeOrganizationConformancePacksRequest.Builder organizationConformancePackNames(Collection<String> organizationConformancePackNames) The name that you assign to an organization conformance pack.
- Parameters:
 organizationConformancePackNames- The name that you assign to an organization conformance pack.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
organizationConformancePackNames
DescribeOrganizationConformancePacksRequest.Builder organizationConformancePackNames(String... organizationConformancePackNames) The name that you assign to an organization conformance pack.
- Parameters:
 organizationConformancePackNames- The name that you assign to an organization conformance pack.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
limit
The maximum number of organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100.
- Parameters:
 limit- The maximum number of organization config packs returned on each page. If you do no specify a number, Config uses the default. The default is 100.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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- The nextToken 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.
 
 - 
overrideConfiguration
DescribeOrganizationConformancePacksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DescribeOrganizationConformancePacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -