public static interface BackendAPIAuthType.Builder extends SdkPojo, CopyableBuilder<BackendAPIAuthType.Builder,BackendAPIAuthType>
| Modifier and Type | Method and Description |
|---|---|
BackendAPIAuthType.Builder |
mode(Mode mode)
Describes the authentication mode.
|
BackendAPIAuthType.Builder |
mode(String mode)
Describes the authentication mode.
|
BackendAPIAuthType.Builder |
settings(BackendAPIAppSyncAuthSettings settings)
Describes settings for the authentication mode.
|
default BackendAPIAuthType.Builder |
settings(Consumer<BackendAPIAppSyncAuthSettings.Builder> settings)
Describes settings for the authentication mode.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBackendAPIAuthType.Builder mode(String mode)
Describes the authentication mode.
BackendAPIAuthType.Builder mode(Mode mode)
Describes the authentication mode.
BackendAPIAuthType.Builder settings(BackendAPIAppSyncAuthSettings settings)
Describes settings for the authentication mode.
settings - Describes settings for the authentication mode.default BackendAPIAuthType.Builder settings(Consumer<BackendAPIAppSyncAuthSettings.Builder> settings)
Describes settings for the authentication mode.
This is a convenience that creates an instance of theBackendAPIAppSyncAuthSettings.Builder avoiding
the need to create one manually via BackendAPIAppSyncAuthSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to settings(BackendAPIAppSyncAuthSettings).settings - a consumer that will call methods on BackendAPIAppSyncAuthSettings.Buildersettings(BackendAPIAppSyncAuthSettings)Copyright © 2022. All rights reserved.