| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.credentials |
| Modifier and Type | Method and Description |
|---|---|
ImmutableApiKeyCredentials |
ImmutableApiKeyCredentials.Builder.build()
Builds a new
ImmutableApiKeyCredentials. |
static ImmutableApiKeyCredentials |
ImmutableApiKeyCredentials.copyOf(ApiKeyCredentials instance)
Creates an immutable copy of a
ApiKeyCredentials value. |
ImmutableApiKeyCredentials |
ImmutableApiKeyCredentials.withApiKey(String value)
Copy the current immutable object by setting a value for the
apiKey attribute. |
ImmutableApiKeyCredentials |
ImmutableApiKeyCredentials.withSecretKey(String value)
Copy the current immutable object by setting a value for the
secretKey attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.