Interface MigrationHubOrchestratorAuthSchemeParams
-
- All Superinterfaces:
ToCopyableBuilder<MigrationHubOrchestratorAuthSchemeParams.Builder,MigrationHubOrchestratorAuthSchemeParams>
- All Known Implementing Classes:
DefaultMigrationHubOrchestratorAuthSchemeParams
@Generated("software.amazon.awssdk:codegen") public interface MigrationHubOrchestratorAuthSchemeParams extends ToCopyableBuilder<MigrationHubOrchestratorAuthSchemeParams.Builder,MigrationHubOrchestratorAuthSchemeParams>
The parameters object used to resolve the auth schemes for the MigrationHubOrchestrator service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMigrationHubOrchestratorAuthSchemeParams.BuilderA builder for aMigrationHubOrchestratorAuthSchemeParams.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MigrationHubOrchestratorAuthSchemeParams.Builderbuilder()Get a new builder for creating aMigrationHubOrchestratorAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.MigrationHubOrchestratorAuthSchemeParams.BuildertoBuilder()Returns aMigrationHubOrchestratorAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
static MigrationHubOrchestratorAuthSchemeParams.Builder builder()
Get a new builder for creating aMigrationHubOrchestratorAuthSchemeParams.
-
operation
String operation()
Returns the operation for which to resolve the auth scheme.
-
region
Region region()
Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
toBuilder
MigrationHubOrchestratorAuthSchemeParams.Builder toBuilder()
Returns aMigrationHubOrchestratorAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<MigrationHubOrchestratorAuthSchemeParams.Builder,MigrationHubOrchestratorAuthSchemeParams>
-
-