Interface GetCapacityManagerMonitoredTagKeysRequest.Builder

    • Method Detail

      • maxResults

        GetCapacityManagerMonitoredTagKeysRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. If not specified, up to 1000 results are returned.

        Parameters:
        maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. If not specified, up to 1000 results are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetCapacityManagerMonitoredTagKeysRequest.Builder nextToken​(String nextToken)

        The token for the next page of results. Use the value returned from a previous call to retrieve additional results.

        Parameters:
        nextToken - The token for the next page of results. Use the value returned from a previous call to retrieve additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        GetCapacityManagerMonitoredTagKeysRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.