Interface BackupAuthSchemeParams
-
- All Superinterfaces:
ToCopyableBuilder<BackupAuthSchemeParams.Builder,BackupAuthSchemeParams>
- All Known Implementing Classes:
DefaultBackupAuthSchemeParams
@Generated("software.amazon.awssdk:codegen") public interface BackupAuthSchemeParams extends ToCopyableBuilder<BackupAuthSchemeParams.Builder,BackupAuthSchemeParams>
The parameters object used to resolve the auth schemes for the Backup service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBackupAuthSchemeParams.BuilderA builder for aBackupAuthSchemeParams.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BackupAuthSchemeParams.Builderbuilder()Get a new builder for creating aBackupAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.BackupAuthSchemeParams.BuildertoBuilder()Returns aBackupAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
static BackupAuthSchemeParams.Builder builder()
Get a new builder for creating aBackupAuthSchemeParams.
-
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
BackupAuthSchemeParams.Builder toBuilder()
Returns aBackupAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<BackupAuthSchemeParams.Builder,BackupAuthSchemeParams>
-
-