Interface DescribeOrganizationConformancePackStatusesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<DescribeOrganizationConformancePackStatusesRequest.Builder,DescribeOrganizationConformancePackStatusesRequest>,SdkBuilder<DescribeOrganizationConformancePackStatusesRequest.Builder,DescribeOrganizationConformancePackStatusesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeOrganizationConformancePackStatusesRequest
public static interface DescribeOrganizationConformancePackStatusesRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConformancePackStatusesRequest.Builder,DescribeOrganizationConformancePackStatusesRequest>
-
-
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
DescribeOrganizationConformancePackStatusesRequest.Builder organizationConformancePackNames(Collection<String> organizationConformancePackNames)
The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.
- Parameters:
organizationConformancePackNames- The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationConformancePackNames
DescribeOrganizationConformancePackStatusesRequest.Builder organizationConformancePackNames(String... organizationConformancePackNames)
The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.
- Parameters:
organizationConformancePackNames- The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
DescribeOrganizationConformancePackStatusesRequest.Builder limit(Integer limit)
The maximum number of OrganizationConformancePackStatuses 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 OrganizationConformancePackStatuses 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
DescribeOrganizationConformancePackStatusesRequest.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
DescribeOrganizationConformancePackStatusesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeOrganizationConformancePackStatusesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-