| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.settings |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.Builder.build()
Builds a new
ImmutableConnectorRuntimeSetting. |
static ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.copyOf(ConnectorRuntimeSetting instance)
Creates an immutable copy of a
ConnectorRuntimeSetting value. |
ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.withConnectorSuppliedValueOptions(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
connectorSuppliedValueOptions. |
ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.withConnectorSuppliedValueOptions(String... elements)
Copy the current immutable object with elements that replace the content of
connectorSuppliedValueOptions. |
ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.withDataType(ConnectorRuntimeSettingDataType value)
Copy the current immutable object by setting a value for the
dataType attribute. |
ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.withKey(String value)
Copy the current immutable object by setting a value for the
key attribute. |
ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.withRequired(boolean value)
Copy the current immutable object by setting a value for the
required attribute. |
ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.withScope(ConnectorRuntimeSettingScope value)
Copy the current immutable object by setting a value for the
scope attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.