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