Class ConnectorDetail
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.ConnectorDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectorDetail.Builder,ConnectorDetail>
@Generated("software.amazon.awssdk:codegen") public final class ConnectorDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorDetail.Builder,ConnectorDetail>
Information about the registered connector.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectorDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationType()The application type of the connector.static ConnectorDetail.Builderbuilder()StringconnectorDescription()A description about the registered connector.StringconnectorLabel()A label used for the connector.List<String>connectorModes()The connection mode that the connector supports.StringconnectorName()The name of the connector.StringconnectorOwner()The owner of the connector.ConnectorProvisioningTypeconnectorProvisioningType()The provisioning type that the connector uses.StringconnectorProvisioningTypeAsString()The provisioning type that the connector uses.ConnectorTypeconnectorType()The connector type.StringconnectorTypeAsString()The connector type.StringconnectorVersion()The connector version.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasConnectorModes()For responses, this returns true if the service returned a value for the ConnectorModes property.inthashCode()booleanhasSupportedDataTransferTypes()For responses, this returns true if the service returned a value for the SupportedDataTransferTypes property.InstantregisteredAt()The time at which the connector was registered.StringregisteredBy()The user who registered the connector.List<SdkField<?>>sdkFields()static Class<? extends ConnectorDetail.Builder>serializableBuilderClass()List<SupportedDataTransferType>supportedDataTransferTypes()The data transfer types that the connector supports.List<String>supportedDataTransferTypesAsStrings()The data transfer types that the connector supports.ConnectorDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
connectorDescription
public final String connectorDescription()
A description about the registered connector.
- Returns:
- A description about the registered connector.
-
connectorName
public final String connectorName()
The name of the connector.
- Returns:
- The name of the connector.
-
connectorOwner
public final String connectorOwner()
The owner of the connector.
- Returns:
- The owner of the connector.
-
connectorVersion
public final String connectorVersion()
The connector version.
- Returns:
- The connector version.
-
applicationType
public final String applicationType()
The application type of the connector.
- Returns:
- The application type of the connector.
-
connectorType
public final ConnectorType connectorType()
The connector type.
If the service returns an enum value that is not available in the current SDK version,
connectorTypewill returnConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorTypeAsString().- Returns:
- The connector type.
- See Also:
ConnectorType
-
connectorTypeAsString
public final String connectorTypeAsString()
The connector type.
If the service returns an enum value that is not available in the current SDK version,
connectorTypewill returnConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorTypeAsString().- Returns:
- The connector type.
- See Also:
ConnectorType
-
connectorLabel
public final String connectorLabel()
A label used for the connector.
- Returns:
- A label used for the connector.
-
registeredAt
public final Instant registeredAt()
The time at which the connector was registered.
- Returns:
- The time at which the connector was registered.
-
registeredBy
public final String registeredBy()
The user who registered the connector.
- Returns:
- The user who registered the connector.
-
connectorProvisioningType
public final ConnectorProvisioningType connectorProvisioningType()
The provisioning type that the connector uses.
If the service returns an enum value that is not available in the current SDK version,
connectorProvisioningTypewill returnConnectorProvisioningType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorProvisioningTypeAsString().- Returns:
- The provisioning type that the connector uses.
- See Also:
ConnectorProvisioningType
-
connectorProvisioningTypeAsString
public final String connectorProvisioningTypeAsString()
The provisioning type that the connector uses.
If the service returns an enum value that is not available in the current SDK version,
connectorProvisioningTypewill returnConnectorProvisioningType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorProvisioningTypeAsString().- Returns:
- The provisioning type that the connector uses.
- See Also:
ConnectorProvisioningType
-
hasConnectorModes
public final boolean hasConnectorModes()
For responses, this returns true if the service returned a value for the ConnectorModes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
connectorModes
public final List<String> connectorModes()
The connection mode that the connector supports.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasConnectorModes()method.- Returns:
- The connection mode that the connector supports.
-
supportedDataTransferTypes
public final List<SupportedDataTransferType> supportedDataTransferTypes()
The data transfer types that the connector supports.
- RECORD
-
Structured records.
- FILE
-
Files or binary data.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasSupportedDataTransferTypes()method.- Returns:
- The data transfer types that the connector supports.
- RECORD
-
Structured records.
- FILE
-
Files or binary data.
-
hasSupportedDataTransferTypes
public final boolean hasSupportedDataTransferTypes()
For responses, this returns true if the service returned a value for the SupportedDataTransferTypes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
supportedDataTransferTypesAsStrings
public final List<String> supportedDataTransferTypesAsStrings()
The data transfer types that the connector supports.
- RECORD
-
Structured records.
- FILE
-
Files or binary data.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasSupportedDataTransferTypes()method.- Returns:
- The data transfer types that the connector supports.
- RECORD
-
Structured records.
- FILE
-
Files or binary data.
-
toBuilder
public ConnectorDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectorDetail.Builder,ConnectorDetail>
-
builder
public static ConnectorDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectorDetail.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-