Interface GetComplianceSummaryByResourceTypeRequest.Builder

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

public static interface GetComplianceSummaryByResourceTypeRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<GetComplianceSummaryByResourceTypeRequest.Builder,GetComplianceSummaryByResourceTypeRequest>
  • Method Details

    • resourceTypes

      Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.

      For this request, you can specify an Amazon Web Services resource type such as AWS::EC2::Instance. You can specify that the resource type is an Amazon Web Services account by specifying AWS::::Account.

      Parameters:
      resourceTypes - Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.

      For this request, you can specify an Amazon Web Services resource type such as AWS::EC2::Instance. You can specify that the resource type is an Amazon Web Services account by specifying AWS::::Account.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypes

      Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.

      For this request, you can specify an Amazon Web Services resource type such as AWS::EC2::Instance. You can specify that the resource type is an Amazon Web Services account by specifying AWS::::Account.

      Parameters:
      resourceTypes - Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.

      For this request, you can specify an Amazon Web Services resource type such as AWS::EC2::Instance. You can specify that the resource type is an Amazon Web Services account by specifying AWS::::Account.

      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.