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