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