Interface ListVmEntitlementsRequest.Builder

  • Method Details

    • nextToken

      A unique pagination token for each page. If nextToken is returned, there are more results available. Make the call again using the returned token with all other arguments unchanged to retrieve the next page. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

      Parameters:
      nextToken - A unique pagination token for each page. If nextToken is returned, there are more results available. Make the call again using the returned token with all other arguments unchanged to retrieve the next page. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
      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 specify MaxResults in the request, the response includes information up to the limit specified.

      Parameters:
      maxResults - The maximum number of results to return. If you specify MaxResults in the request, the response includes information up to the limit specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentId

      ListVmEntitlementsRequest.Builder environmentId(String environmentId)

      A unique ID for the environment.

      Parameters:
      environmentId - A unique ID for the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorId

      ListVmEntitlementsRequest.Builder connectorId(String connectorId)

      A unique ID for the connector.

      Parameters:
      connectorId - A unique ID for the connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entitlementType

      ListVmEntitlementsRequest.Builder entitlementType(String entitlementType)

      The type of entitlement to list.

      Parameters:
      entitlementType - The type of entitlement to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • entitlementType

      ListVmEntitlementsRequest.Builder entitlementType(EntitlementType entitlementType)

      The type of entitlement to list.

      Parameters:
      entitlementType - The type of entitlement to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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