Class DefaultSageMakerFeatureStoreRuntimeAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakerfeaturestoreruntime.auth.scheme.internal.DefaultSageMakerFeatureStoreRuntimeAuthSchemeParams
-
- All Implemented Interfaces:
SageMakerFeatureStoreRuntimeAuthSchemeParams,ToCopyableBuilder<SageMakerFeatureStoreRuntimeAuthSchemeParams.Builder,SageMakerFeatureStoreRuntimeAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultSageMakerFeatureStoreRuntimeAuthSchemeParams extends Object implements SageMakerFeatureStoreRuntimeAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SageMakerFeatureStoreRuntimeAuthSchemeParams.Builderbuilder()Get a new builder for creating aSageMakerFeatureStoreRuntimeAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.SageMakerFeatureStoreRuntimeAuthSchemeParams.BuildertoBuilder()Returns aSageMakerFeatureStoreRuntimeAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
public static SageMakerFeatureStoreRuntimeAuthSchemeParams.Builder builder()
Description copied from interface:SageMakerFeatureStoreRuntimeAuthSchemeParamsGet a new builder for creating aSageMakerFeatureStoreRuntimeAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:SageMakerFeatureStoreRuntimeAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceSageMakerFeatureStoreRuntimeAuthSchemeParams
-
region
public Region region()
Description copied from interface:SageMakerFeatureStoreRuntimeAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceSageMakerFeatureStoreRuntimeAuthSchemeParams
-
toBuilder
public SageMakerFeatureStoreRuntimeAuthSchemeParams.Builder toBuilder()
Description copied from interface:SageMakerFeatureStoreRuntimeAuthSchemeParamsReturns aSageMakerFeatureStoreRuntimeAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceSageMakerFeatureStoreRuntimeAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<SageMakerFeatureStoreRuntimeAuthSchemeParams.Builder,SageMakerFeatureStoreRuntimeAuthSchemeParams>
-
-