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
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
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
DescribeOrganizationConformancePacksRequest.Builder limit(Integer 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
DescribeOrganizationConformancePacksRequest.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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeOrganizationConformancePacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-