Class DefaultMigrationHubConfigAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.migrationhubconfig.auth.scheme.internal.DefaultMigrationHubConfigAuthSchemeParams
- All Implemented Interfaces:
- MigrationHubConfigAuthSchemeParams,- ToCopyableBuilder<MigrationHubConfigAuthSchemeParams.Builder,- MigrationHubConfigAuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultMigrationHubConfigAuthSchemeParams
extends Object
implements MigrationHubConfigAuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aMigrationHubConfigAuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builder
- 
operationDescription copied from interface:MigrationHubConfigAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- MigrationHubConfigAuthSchemeParams
 
- 
regionDescription copied from interface:MigrationHubConfigAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- MigrationHubConfigAuthSchemeParams
 
- 
toBuilderDescription copied from interface:MigrationHubConfigAuthSchemeParamsReturns aMigrationHubConfigAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- MigrationHubConfigAuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<MigrationHubConfigAuthSchemeParams.Builder,- MigrationHubConfigAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-