Class DefaultMachineLearningAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.machinelearning.auth.scheme.internal.DefaultMachineLearningAuthSchemeParams
-
- All Implemented Interfaces:
MachineLearningAuthSchemeParams,ToCopyableBuilder<MachineLearningAuthSchemeParams.Builder,MachineLearningAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultMachineLearningAuthSchemeParams extends Object implements MachineLearningAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MachineLearningAuthSchemeParams.Builderbuilder()Get a new builder for creating aMachineLearningAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.MachineLearningAuthSchemeParams.BuildertoBuilder()Returns aMachineLearningAuthSchemeParams.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 MachineLearningAuthSchemeParams.Builder builder()
Description copied from interface:MachineLearningAuthSchemeParamsGet a new builder for creating aMachineLearningAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:MachineLearningAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceMachineLearningAuthSchemeParams
-
region
public Region region()
Description copied from interface:MachineLearningAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceMachineLearningAuthSchemeParams
-
toBuilder
public MachineLearningAuthSchemeParams.Builder toBuilder()
Description copied from interface:MachineLearningAuthSchemeParamsReturns aMachineLearningAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceMachineLearningAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<MachineLearningAuthSchemeParams.Builder,MachineLearningAuthSchemeParams>
-
-