@Generated(value="software.amazon.awssdk:codegen") public final class ConnectorConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorConfiguration.Builder,ConnectorConfiguration>
The configuration settings related to a given connector.
Modifier and Type | Class and Description |
---|---|
static interface |
ConnectorConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static ConnectorConfiguration.Builder |
builder() |
Boolean |
canUseAsDestination()
Specifies whether the connector can be used as a destination.
|
Boolean |
canUseAsSource()
Specifies whether the connector can be used as a source.
|
ConnectorMetadata |
connectorMetadata()
Specifies connector-specific metadata such as
oAuthScopes , supportedRegions ,
privateLinkServiceUrl , and so on. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSupportedDestinationConnectors()
Returns true if the SupportedDestinationConnectors property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
boolean |
hasSupportedSchedulingFrequencies()
Returns true if the SupportedSchedulingFrequencies property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
boolean |
hasSupportedTriggerTypes()
Returns true if the SupportedTriggerTypes property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Boolean |
isPrivateLinkEnabled()
Specifies if PrivateLink is enabled for that connector.
|
Boolean |
isPrivateLinkEndpointUrlRequired()
Specifies if a PrivateLink endpoint URL is required.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConnectorConfiguration.Builder> |
serializableBuilderClass() |
List<ConnectorType> |
supportedDestinationConnectors()
Lists the connectors that are available for use as destinations.
|
List<String> |
supportedDestinationConnectorsAsStrings()
Lists the connectors that are available for use as destinations.
|
List<ScheduleFrequencyType> |
supportedSchedulingFrequencies()
Specifies the supported flow frequency for that connector.
|
List<String> |
supportedSchedulingFrequenciesAsStrings()
Specifies the supported flow frequency for that connector.
|
List<TriggerType> |
supportedTriggerTypes()
Specifies the supported trigger types for the flow.
|
List<String> |
supportedTriggerTypesAsStrings()
Specifies the supported trigger types for the flow.
|
ConnectorConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final Boolean canUseAsSource()
Specifies whether the connector can be used as a source.
public final Boolean canUseAsDestination()
Specifies whether the connector can be used as a destination.
public final List<ConnectorType> supportedDestinationConnectors()
Lists the connectors that are available for use as destinations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSupportedDestinationConnectors()
to see if a value was sent in this field.
public final boolean hasSupportedDestinationConnectors()
public final List<String> supportedDestinationConnectorsAsStrings()
Lists the connectors that are available for use as destinations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSupportedDestinationConnectors()
to see if a value was sent in this field.
public final List<ScheduleFrequencyType> supportedSchedulingFrequencies()
Specifies the supported flow frequency for that connector.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSupportedSchedulingFrequencies()
to see if a value was sent in this field.
public final boolean hasSupportedSchedulingFrequencies()
public final List<String> supportedSchedulingFrequenciesAsStrings()
Specifies the supported flow frequency for that connector.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSupportedSchedulingFrequencies()
to see if a value was sent in this field.
public final Boolean isPrivateLinkEnabled()
Specifies if PrivateLink is enabled for that connector.
public final Boolean isPrivateLinkEndpointUrlRequired()
Specifies if a PrivateLink endpoint URL is required.
public final List<TriggerType> supportedTriggerTypes()
Specifies the supported trigger types for the flow.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSupportedTriggerTypes()
to see if a value was sent in this field.
public final boolean hasSupportedTriggerTypes()
public final List<String> supportedTriggerTypesAsStrings()
Specifies the supported trigger types for the flow.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSupportedTriggerTypes()
to see if a value was sent in this field.
public final ConnectorMetadata connectorMetadata()
Specifies connector-specific metadata such as oAuthScopes
, supportedRegions
,
privateLinkServiceUrl
, and so on.
oAuthScopes
, supportedRegions
,
privateLinkServiceUrl
, and so on.public ConnectorConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConnectorConfiguration.Builder,ConnectorConfiguration>
public static ConnectorConfiguration.Builder builder()
public static Class<? extends ConnectorConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.