public static interface AuthParameter.Builder extends SdkPojo, CopyableBuilder<AuthParameter.Builder,AuthParameter>
| Modifier and Type | Method and Description |
|---|---|
AuthParameter.Builder |
connectorSuppliedValues(Collection<String> connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
|
AuthParameter.Builder |
connectorSuppliedValues(String... connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
|
AuthParameter.Builder |
description(String description)
A description about the authentication parameter.
|
AuthParameter.Builder |
isRequired(Boolean isRequired)
Indicates whether this authentication parameter is required.
|
AuthParameter.Builder |
isSensitiveField(Boolean isSensitiveField)
Indicates whether this authentication parameter is a sensitive field.
|
AuthParameter.Builder |
key(String key)
The authentication key required to authenticate with the connector.
|
AuthParameter.Builder |
label(String label)
Label used for authentication parameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthParameter.Builder key(String key)
The authentication key required to authenticate with the connector.
key - The authentication key required to authenticate with the connector.AuthParameter.Builder isRequired(Boolean isRequired)
Indicates whether this authentication parameter is required.
isRequired - Indicates whether this authentication parameter is required.AuthParameter.Builder label(String label)
Label used for authentication parameter.
label - Label used for authentication parameter.AuthParameter.Builder description(String description)
A description about the authentication parameter.
description - A description about the authentication parameter.AuthParameter.Builder isSensitiveField(Boolean isSensitiveField)
Indicates whether this authentication parameter is a sensitive field.
isSensitiveField - Indicates whether this authentication parameter is a sensitive field.AuthParameter.Builder connectorSuppliedValues(Collection<String> connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
connectorSuppliedValues - Contains default values for this authentication parameter that are supplied by the connector.AuthParameter.Builder connectorSuppliedValues(String... connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
connectorSuppliedValues - Contains default values for this authentication parameter that are supplied by the connector.Copyright © 2023. All rights reserved.