Interface DescribeAcceleratorOfferingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeAcceleratorOfferingsRequest.Builder,DescribeAcceleratorOfferingsRequest>,ElasticInferenceRequest.Builder,SdkBuilder<DescribeAcceleratorOfferingsRequest.Builder,DescribeAcceleratorOfferingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeAcceleratorOfferingsRequest
public static interface DescribeAcceleratorOfferingsRequest.Builder extends ElasticInferenceRequest.Builder, SdkPojo, CopyableBuilder<DescribeAcceleratorOfferingsRequest.Builder,DescribeAcceleratorOfferingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAcceleratorOfferingsRequest.BuilderacceleratorTypes(String... acceleratorTypes)The list of accelerator types to describe.DescribeAcceleratorOfferingsRequest.BuilderacceleratorTypes(Collection<String> acceleratorTypes)The list of accelerator types to describe.DescribeAcceleratorOfferingsRequest.BuilderlocationType(String locationType)The location type that you want to describe accelerator type offerings for.DescribeAcceleratorOfferingsRequest.BuilderlocationType(LocationType locationType)The location type that you want to describe accelerator type offerings for.DescribeAcceleratorOfferingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAcceleratorOfferingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 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.
-
overrideConfiguration
DescribeAcceleratorOfferingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAcceleratorOfferingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-