Interface DescribeOrganizationConformancePacksRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConfigRequest.Builder
,CopyableBuilder<DescribeOrganizationConformancePacksRequest.Builder,
,DescribeOrganizationConformancePacksRequest> SdkBuilder<DescribeOrganizationConformancePacksRequest.Builder,
,DescribeOrganizationConformancePacksRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeOrganizationConformancePacksRequest
@Mutable
@NotThreadSafe
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
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, 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-