Class DefaultSageMakerRuntimeHttp2AuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.sagemakerruntimehttp2.auth.scheme.internal.DefaultSageMakerRuntimeHttp2AuthSchemeParams
- All Implemented Interfaces:
SageMakerRuntimeHttp2AuthSchemeParams,ToCopyableBuilder<SageMakerRuntimeHttp2AuthSchemeParams.Builder,SageMakerRuntimeHttp2AuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultSageMakerRuntimeHttp2AuthSchemeParams
extends Object
implements SageMakerRuntimeHttp2AuthSchemeParams
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aSageMakerRuntimeHttp2AuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
operation
Description copied from interface:SageMakerRuntimeHttp2AuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceSageMakerRuntimeHttp2AuthSchemeParams
-
region
Description copied from interface:SageMakerRuntimeHttp2AuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceSageMakerRuntimeHttp2AuthSchemeParams
-
toBuilder
Description copied from interface:SageMakerRuntimeHttp2AuthSchemeParamsReturns aSageMakerRuntimeHttp2AuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceSageMakerRuntimeHttp2AuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<SageMakerRuntimeHttp2AuthSchemeParams.Builder,SageMakerRuntimeHttp2AuthSchemeParams> - Returns:
- a builder for type T
-