Interface DescribeAcceleratorOfferingsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeAcceleratorOfferingsRequest.Builder,
,DescribeAcceleratorOfferingsRequest> ElasticInferenceRequest.Builder
,SdkBuilder<DescribeAcceleratorOfferingsRequest.Builder,
,DescribeAcceleratorOfferingsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeAcceleratorOfferingsRequest
-
Method Summary
Modifier and TypeMethodDescriptionacceleratorTypes
(String... acceleratorTypes) The list of accelerator types to describe.acceleratorTypes
(Collection<String> acceleratorTypes) The list of accelerator types to describe.locationType
(String locationType) The location type that you want to describe accelerator type offerings for.locationType
(LocationType locationType) The location type that you want to describe accelerator type offerings for.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elasticinference.model.ElasticInferenceRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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
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
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
DescribeAcceleratorOfferingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeAcceleratorOfferingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-