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