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