Interface AppSyncAuthSchemeParams
-
- All Superinterfaces:
ToCopyableBuilder<AppSyncAuthSchemeParams.Builder,AppSyncAuthSchemeParams>
- All Known Implementing Classes:
DefaultAppSyncAuthSchemeParams
@Generated("software.amazon.awssdk:codegen") public interface AppSyncAuthSchemeParams extends ToCopyableBuilder<AppSyncAuthSchemeParams.Builder,AppSyncAuthSchemeParams>
The parameters object used to resolve the auth schemes for the AppSync service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AppSyncAuthSchemeParams.Builder
A builder for aAppSyncAuthSchemeParams
.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AppSyncAuthSchemeParams.Builder
builder()
Get a new builder for creating aAppSyncAuthSchemeParams
.String
operation()
Returns the operation for which to resolve the auth scheme.Region
region()
Returns the region.AppSyncAuthSchemeParams.Builder
toBuilder()
Returns aAppSyncAuthSchemeParams.Builder
to customize the parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
static AppSyncAuthSchemeParams.Builder builder()
Get a new builder for creating aAppSyncAuthSchemeParams
.
-
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
AppSyncAuthSchemeParams.Builder toBuilder()
Returns aAppSyncAuthSchemeParams.Builder
to customize the parameters.- Specified by:
toBuilder
in interfaceToCopyableBuilder<AppSyncAuthSchemeParams.Builder,AppSyncAuthSchemeParams>
-
-