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