Class ElementalInferenceEndpointParams
java.lang.Object
software.amazon.awssdk.services.elementalinference.endpoints.ElementalInferenceEndpointParams
- All Implemented Interfaces:
ToCopyableBuilder<ElementalInferenceEndpointParams.Builder,ElementalInferenceEndpointParams>
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public final class ElementalInferenceEndpointParams
extends Object
implements ToCopyableBuilder<ElementalInferenceEndpointParams.Builder,ElementalInferenceEndpointParams>
The parameters object used to resolve an endpoint for the ElementalInference service.
-
Method Details
-
builder
-
region
-
useDualStack
-
useFips
-
endpoint
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ElementalInferenceEndpointParams.Builder,ElementalInferenceEndpointParams> - Returns:
- a builder for type T
-