Class DefaultStorageGatewayAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.storagegateway.auth.scheme.internal.DefaultStorageGatewayAuthSchemeParams
- All Implemented Interfaces:
StorageGatewayAuthSchemeParams
,ToCopyableBuilder<StorageGatewayAuthSchemeParams.Builder,
StorageGatewayAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultStorageGatewayAuthSchemeParams
extends Object
implements StorageGatewayAuthSchemeParams
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Returns the operation for which to resolve the auth scheme.region()
Returns the region.Returns aStorageGatewayAuthSchemeParams.Builder
to customize the parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
operation
Description copied from interface:StorageGatewayAuthSchemeParams
Returns the operation for which to resolve the auth scheme.- Specified by:
operation
in interfaceStorageGatewayAuthSchemeParams
-
region
Description copied from interface:StorageGatewayAuthSchemeParams
Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
region
in interfaceStorageGatewayAuthSchemeParams
-
toBuilder
Description copied from interface:StorageGatewayAuthSchemeParams
Returns aStorageGatewayAuthSchemeParams.Builder
to customize the parameters.- Specified by:
toBuilder
in interfaceStorageGatewayAuthSchemeParams
- Specified by:
toBuilder
in interfaceToCopyableBuilder<StorageGatewayAuthSchemeParams.Builder,
StorageGatewayAuthSchemeParams> - Returns:
- a builder for type T
-