Interface DescribeAcceleratorOfferingsRequest.Builder

  • Method Details

    • 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

      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:
    • 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.
    • 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.