| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.integ.data |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.Builder.build()
Builds a new
ImmutableCustomConnectorProfileConfiguration. |
static ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.copyOf(CustomConnectorProfileConfiguration instance)
Creates an immutable copy of a
CustomConnectorProfileConfiguration value. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withAuthenticationType(AuthenticationType value)
Copy the current immutable object by setting a value for the
authenticationType attribute. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withConnectorName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
connectorName attribute. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withConnectorName(String value)
Copy the current immutable object by setting a present value for the optional
connectorName attribute. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withDefaultApiVersion(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
defaultApiVersion attribute. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withDefaultApiVersion(String value)
Copy the current immutable object by setting a present value for the optional
defaultApiVersion attribute. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withOAuth2Properties(com.amazonaws.services.appflow.model.OAuth2Properties value)
Copy the current immutable object by setting a present value for the optional
oAuth2Properties attribute. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withOAuth2Properties(Optional<? extends com.amazonaws.services.appflow.model.OAuth2Properties> optional)
Copy the current immutable object by setting an optional value for the
oAuth2Properties attribute. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withProfileProperties(Map<String,String> value)
Copy the current immutable object by setting a present value for the optional
profileProperties attribute. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withProfileProperties(Optional<? extends Map<String,String>> optional)
Copy the current immutable object by setting an optional value for the
profileProperties attribute. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withSecretsManagerArn(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
secretsManagerArn attribute. |
ImmutableCustomConnectorProfileConfiguration |
ImmutableCustomConnectorProfileConfiguration.withSecretsManagerArn(String value)
Copy the current immutable object by setting a present value for the optional
secretsManagerArn attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.