| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuthParameter |
ImmutableAuthParameter.Builder.build()
Builds a new
ImmutableAuthParameter. |
static ImmutableAuthParameter |
ImmutableAuthParameter.copyOf(AuthParameter instance)
Creates an immutable copy of a
AuthParameter value. |
ImmutableAuthParameter |
ImmutableAuthParameter.withConnectorSuppliedValues(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
connectorSuppliedValues. |
ImmutableAuthParameter |
ImmutableAuthParameter.withConnectorSuppliedValues(String... elements)
Copy the current immutable object with elements that replace the content of
connectorSuppliedValues. |
ImmutableAuthParameter |
ImmutableAuthParameter.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableAuthParameter |
ImmutableAuthParameter.withKey(String value)
Copy the current immutable object by setting a value for the
key attribute. |
ImmutableAuthParameter |
ImmutableAuthParameter.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
ImmutableAuthParameter |
ImmutableAuthParameter.withRequired(boolean value)
Copy the current immutable object by setting a value for the
required attribute. |
ImmutableAuthParameter |
ImmutableAuthParameter.withSensitiveField(Boolean value)
Copy the current immutable object by setting a value for the
sensitiveField attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.