| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static OAuth2CustomParameter.Builder |
OAuth2CustomParameter.builder() |
OAuth2CustomParameter.Builder |
OAuth2CustomParameter.Builder.connectorSuppliedValues(Collection<String> connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
|
OAuth2CustomParameter.Builder |
OAuth2CustomParameter.Builder.connectorSuppliedValues(String... connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
|
OAuth2CustomParameter.Builder |
OAuth2CustomParameter.Builder.description(String description)
A description about the custom parameter used for OAuth 2.0 authentication.
|
OAuth2CustomParameter.Builder |
OAuth2CustomParameter.Builder.isRequired(Boolean isRequired)
Indicates whether the custom parameter for OAuth 2.0 authentication is required.
|
OAuth2CustomParameter.Builder |
OAuth2CustomParameter.Builder.isSensitiveField(Boolean isSensitiveField)
Indicates whether this authentication custom parameter is a sensitive field.
|
OAuth2CustomParameter.Builder |
OAuth2CustomParameter.Builder.key(String key)
The key of the custom parameter required for OAuth 2.0 authentication.
|
OAuth2CustomParameter.Builder |
OAuth2CustomParameter.Builder.label(String label)
The label of the custom parameter used for OAuth 2.0 authentication.
|
OAuth2CustomParameter.Builder |
OAuth2CustomParameter.toBuilder() |
OAuth2CustomParameter.Builder |
OAuth2CustomParameter.Builder.type(OAuth2CustomPropType type)
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
|
OAuth2CustomParameter.Builder |
OAuth2CustomParameter.Builder.type(String type)
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OAuth2CustomParameter.Builder> |
OAuth2CustomParameter.serializableBuilderClass() |
Copyright © 2022. All rights reserved.