Interface ListFreeTrialStatusesV2Request.Builder

  • Method Details

    • accountIds

      The Amazon Web Services account identifiers to list free trial status for. You can specify accounts other than your own only if you are a delegated Security Hub administrator.

      Parameters:
      accountIds - The Amazon Web Services account identifiers to list free trial status for. You can specify accounts other than your own only if you are a delegated Security Hub administrator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountIds

      The Amazon Web Services account identifiers to list free trial status for. You can specify accounts other than your own only if you are a delegated Security Hub administrator.

      Parameters:
      accountIds - The Amazon Web Services account identifiers to list free trial status for. You can specify accounts other than your own only if you are a delegated Security Hub administrator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusesWithStrings

      The free trial statuses to filter the results by. Valid values:

      • ACTIVE returns only features with an ongoing free trial period.

      • INACTIVE returns only features whose free trial period has ended, or that never started.

      Parameters:
      statuses - The free trial statuses to filter the results by. Valid values:

      • ACTIVE returns only features with an ongoing free trial period.

      • INACTIVE returns only features whose free trial period has ended, or that never started.

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

      ListFreeTrialStatusesV2Request.Builder statusesWithStrings(String... statuses)

      The free trial statuses to filter the results by. Valid values:

      • ACTIVE returns only features with an ongoing free trial period.

      • INACTIVE returns only features whose free trial period has ended, or that never started.

      Parameters:
      statuses - The free trial statuses to filter the results by. Valid values:

      • ACTIVE returns only features with an ongoing free trial period.

      • INACTIVE returns only features whose free trial period has ended, or that never started.

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

      The free trial statuses to filter the results by. Valid values:

      • ACTIVE returns only features with an ongoing free trial period.

      • INACTIVE returns only features whose free trial period has ended, or that never started.

      Parameters:
      statuses - The free trial statuses to filter the results by. Valid values:

      • ACTIVE returns only features with an ongoing free trial period.

      • INACTIVE returns only features whose free trial period has ended, or that never started.

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

      The free trial statuses to filter the results by. Valid values:

      • ACTIVE returns only features with an ongoing free trial period.

      • INACTIVE returns only features whose free trial period has ended, or that never started.

      Parameters:
      statuses - The free trial statuses to filter the results by. Valid values:

      • ACTIVE returns only features with an ongoing free trial period.

      • INACTIVE returns only features whose free trial period has ended, or that never started.

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

      The maximum number of results to return. If you don't specify a value, Security Hub returns up to 100 results.

      Parameters:
      maxResults - The maximum number of results to return. If you don't specify a value, Security Hub returns up to 100 results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token to request the next page of results.

      Parameters:
      nextToken - The pagination token to request the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListFreeTrialStatusesV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.