Class DefaultChimeSdkMeetingsAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmeetings.auth.scheme.internal.DefaultChimeSdkMeetingsAuthSchemeParams
-
- All Implemented Interfaces:
ChimeSdkMeetingsAuthSchemeParams,ToCopyableBuilder<ChimeSdkMeetingsAuthSchemeParams.Builder,ChimeSdkMeetingsAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultChimeSdkMeetingsAuthSchemeParams extends Object implements ChimeSdkMeetingsAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChimeSdkMeetingsAuthSchemeParams.Builderbuilder()Get a new builder for creating aChimeSdkMeetingsAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.ChimeSdkMeetingsAuthSchemeParams.BuildertoBuilder()Returns aChimeSdkMeetingsAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
public static ChimeSdkMeetingsAuthSchemeParams.Builder builder()
Description copied from interface:ChimeSdkMeetingsAuthSchemeParamsGet a new builder for creating aChimeSdkMeetingsAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:ChimeSdkMeetingsAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceChimeSdkMeetingsAuthSchemeParams
-
region
public Region region()
Description copied from interface:ChimeSdkMeetingsAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceChimeSdkMeetingsAuthSchemeParams
-
toBuilder
public ChimeSdkMeetingsAuthSchemeParams.Builder toBuilder()
Description copied from interface:ChimeSdkMeetingsAuthSchemeParamsReturns aChimeSdkMeetingsAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceChimeSdkMeetingsAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<ChimeSdkMeetingsAuthSchemeParams.Builder,ChimeSdkMeetingsAuthSchemeParams>
-
-