Class DefaultUxcAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.uxc.auth.scheme.internal.DefaultUxcAuthSchemeParams
- All Implemented Interfaces:
UxcAuthSchemeParams,ToCopyableBuilder<UxcAuthSchemeParams.Builder,UxcAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultUxcAuthSchemeParams
extends Object
implements UxcAuthSchemeParams
-
Method Summary
Modifier and TypeMethodDescriptionstatic UxcAuthSchemeParams.Builderbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aUxcAuthSchemeParams.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:UxcAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceUxcAuthSchemeParams
-
region
Description copied from interface:UxcAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceUxcAuthSchemeParams
-
toBuilder
Description copied from interface:UxcAuthSchemeParamsReturns aUxcAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<UxcAuthSchemeParams.Builder,UxcAuthSchemeParams> - Specified by:
toBuilderin interfaceUxcAuthSchemeParams- Returns:
- a builder for type T
-