public static interface DescribeOrganizationConformancePackStatusesRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConformancePackStatusesRequest.Builder,DescribeOrganizationConformancePackStatusesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOrganizationConformancePackStatusesRequest.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.
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.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.
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.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.
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.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.
nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.DescribeOrganizationConformancePackStatusesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeOrganizationConformancePackStatusesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.