Interface ListResourcesRequest.Builder

  • Method Details

    • serviceArn

      ListResourcesRequest.Builder serviceArn(String serviceArn)
      Sets the value of the ServiceArn property for this object.
      Parameters:
      serviceArn - The new value for the ServiceArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceFunctionId

      ListResourcesRequest.Builder serviceFunctionId(String serviceFunctionId)

      Filter resources by service function identifier.

      Parameters:
      serviceFunctionId - Filter resources by service function identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsRegion

      ListResourcesRequest.Builder awsRegion(String awsRegion)

      Filter resources by AWS Region.

      Parameters:
      awsRegion - Filter resources by AWS Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListResourcesRequest.Builder maxResults(Integer maxResults)
      Sets the value of the MaxResults property for this object.
      Parameters:
      maxResults - The new value for the MaxResults property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListResourcesRequest.Builder nextToken(String nextToken)
      Sets the value of the NextToken property for this object.
      Parameters:
      nextToken - The new value for the NextToken property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListResourcesRequest.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.