Interface AppSyncAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AppSyncAuthSchemeParams.Builder,AppSyncAuthSchemeParams>
,SdkBuilder<AppSyncAuthSchemeParams.Builder,AppSyncAuthSchemeParams>
- Enclosing interface:
- AppSyncAuthSchemeParams
public static interface AppSyncAuthSchemeParams.Builder extends CopyableBuilder<AppSyncAuthSchemeParams.Builder,AppSyncAuthSchemeParams>
A builder for aAppSyncAuthSchemeParams
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppSyncAuthSchemeParams
build()
Returns aAppSyncAuthSchemeParams
object that is created from the properties that have been set on the builder.AppSyncAuthSchemeParams.Builder
operation(String operation)
Set the operation for which to resolve the auth scheme.AppSyncAuthSchemeParams.Builder
region(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
AppSyncAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
AppSyncAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
AppSyncAuthSchemeParams build()
Returns aAppSyncAuthSchemeParams
object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<AppSyncAuthSchemeParams.Builder,AppSyncAuthSchemeParams>
-
-