Interface MigrationHubAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MigrationHubAuthSchemeParams.Builder,MigrationHubAuthSchemeParams>,SdkBuilder<MigrationHubAuthSchemeParams.Builder,MigrationHubAuthSchemeParams>
- Enclosing interface:
- MigrationHubAuthSchemeParams
public static interface MigrationHubAuthSchemeParams.Builder extends CopyableBuilder<MigrationHubAuthSchemeParams.Builder,MigrationHubAuthSchemeParams>
A builder for aMigrationHubAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigrationHubAuthSchemeParamsbuild()Returns aMigrationHubAuthSchemeParamsobject that is created from the properties that have been set on the builder.MigrationHubAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.MigrationHubAuthSchemeParams.Builderregion(Region region)Set the region.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
operation
MigrationHubAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
MigrationHubAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
MigrationHubAuthSchemeParams build()
Returns aMigrationHubAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<MigrationHubAuthSchemeParams.Builder,MigrationHubAuthSchemeParams>
-
-