Interface DescribeOrganizationConformancePackStatusesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, ConfigRequest.Builder, CopyableBuilder<DescribeOrganizationConformancePackStatusesRequest.Builder,DescribeOrganizationConformancePackStatusesRequest>, SdkBuilder<DescribeOrganizationConformancePackStatusesRequest.Builder,DescribeOrganizationConformancePackStatusesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeOrganizationConformancePackStatusesRequest

  • Method Details

    • 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

      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

      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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.