Interface DescribeAcceleratorOfferingsRequest.Builder

    • Method Detail

      • locationType

        DescribeAcceleratorOfferingsRequest.Builder locationType​(String locationType)

        The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.

        Parameters:
        locationType - The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LocationType, LocationType
      • locationType

        DescribeAcceleratorOfferingsRequest.Builder locationType​(LocationType locationType)

        The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.

        Parameters:
        locationType - The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LocationType, LocationType
      • acceleratorTypes

        DescribeAcceleratorOfferingsRequest.Builder acceleratorTypes​(Collection<String> acceleratorTypes)

        The list of accelerator types to describe.

        Parameters:
        acceleratorTypes - The list of accelerator types to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • acceleratorTypes

        DescribeAcceleratorOfferingsRequest.Builder acceleratorTypes​(String... acceleratorTypes)

        The list of accelerator types to describe.

        Parameters:
        acceleratorTypes - The list of accelerator types to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.