Class DefaultDatabaseMigrationAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.databasemigration.auth.scheme.internal.DefaultDatabaseMigrationAuthSchemeParams
- All Implemented Interfaces:
DatabaseMigrationAuthSchemeParams,ToCopyableBuilder<DatabaseMigrationAuthSchemeParams.Builder,DatabaseMigrationAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultDatabaseMigrationAuthSchemeParams
extends Object
implements DatabaseMigrationAuthSchemeParams
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()Get a new builder for creating aDatabaseMigrationAuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.regionId()Returns the region ID as a string.Returns aDatabaseMigrationAuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
Description copied from interface:DatabaseMigrationAuthSchemeParamsGet a new builder for creating aDatabaseMigrationAuthSchemeParams. -
operation
Description copied from interface:DatabaseMigrationAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceDatabaseMigrationAuthSchemeParams
-
region
Description copied from interface:DatabaseMigrationAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceDatabaseMigrationAuthSchemeParams
-
regionId
Description copied from interface:DatabaseMigrationAuthSchemeParamsReturns the region ID as a string. Returns null if region is not set.- Specified by:
regionIdin interfaceDatabaseMigrationAuthSchemeParams
-
toBuilder
Description copied from interface:DatabaseMigrationAuthSchemeParamsReturns aDatabaseMigrationAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceDatabaseMigrationAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<DatabaseMigrationAuthSchemeParams.Builder,DatabaseMigrationAuthSchemeParams>
-