Class DefaultIamAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.iam.auth.scheme.internal.DefaultIamAuthSchemeParams
- All Implemented Interfaces:
IamAuthSchemeParams,ToCopyableBuilder<IamAuthSchemeParams.Builder,IamAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultIamAuthSchemeParams
extends Object
implements IamAuthSchemeParams
-
Method Summary
Modifier and TypeMethodDescriptionstatic IamAuthSchemeParams.Builderbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.regionId()Returns the region ID as a string.Returns aIamAuthSchemeParams.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:IamAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceIamAuthSchemeParams
-
region
Description copied from interface:IamAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceIamAuthSchemeParams
-
regionId
Description copied from interface:IamAuthSchemeParamsReturns the region ID as a string. Returns null if region is not set.- Specified by:
regionIdin interfaceIamAuthSchemeParams
-
toBuilder
Description copied from interface:IamAuthSchemeParamsReturns aIamAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceIamAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<IamAuthSchemeParams.Builder,IamAuthSchemeParams> - Returns:
- a builder for type T
-