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