Interface GetEbsVolumeRecommendationsRequest.Builder

    • Method Detail

      • volumeArns

        GetEbsVolumeRecommendationsRequest.Builder volumeArns​(Collection<String> volumeArns)

        The Amazon Resource Name (ARN) of the volumes for which to return recommendations.

        Parameters:
        volumeArns - The Amazon Resource Name (ARN) of the volumes for which to return recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumeArns

        GetEbsVolumeRecommendationsRequest.Builder volumeArns​(String... volumeArns)

        The Amazon Resource Name (ARN) of the volumes for which to return recommendations.

        Parameters:
        volumeArns - The Amazon Resource Name (ARN) of the volumes for which to return recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetEbsVolumeRecommendationsRequest.Builder nextToken​(String nextToken)

        The token to advance to the next page of volume recommendations.

        Parameters:
        nextToken - The token to advance to the next page of volume recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetEbsVolumeRecommendationsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of volume recommendations to return with a single request.

        To retrieve the remaining results, make another request with the returned nextToken value.

        Parameters:
        maxResults - The maximum number of volume recommendations to return with a single request.

        To retrieve the remaining results, make another request with the returned nextToken value.

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

        GetEbsVolumeRecommendationsRequest.Builder filters​(Collection<EBSFilter> filters)

        An array of objects to specify a filter that returns a more specific list of volume recommendations.

        Parameters:
        filters - An array of objects to specify a filter that returns a more specific list of volume recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        GetEbsVolumeRecommendationsRequest.Builder filters​(EBSFilter... filters)

        An array of objects to specify a filter that returns a more specific list of volume recommendations.

        Parameters:
        filters - An array of objects to specify a filter that returns a more specific list of volume recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountIds

        GetEbsVolumeRecommendationsRequest.Builder accountIds​(Collection<String> accountIds)

        The ID of the Amazon Web Services account for which to return volume recommendations.

        If your account is the management account of an organization, use this parameter to specify the member account for which you want to return volume recommendations.

        Only one account ID can be specified per request.

        Parameters:
        accountIds - The ID of the Amazon Web Services account for which to return volume recommendations.

        If your account is the management account of an organization, use this parameter to specify the member account for which you want to return volume recommendations.

        Only one account ID can be specified per request.

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

        GetEbsVolumeRecommendationsRequest.Builder accountIds​(String... accountIds)

        The ID of the Amazon Web Services account for which to return volume recommendations.

        If your account is the management account of an organization, use this parameter to specify the member account for which you want to return volume recommendations.

        Only one account ID can be specified per request.

        Parameters:
        accountIds - The ID of the Amazon Web Services account for which to return volume recommendations.

        If your account is the management account of an organization, use this parameter to specify the member account for which you want to return volume recommendations.

        Only one account ID can be specified per request.

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