Class ConfluenceSourceConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfluenceSourceConfiguration.Builder,ConfluenceSourceConfiguration>
The endpoint information to connect to your Confluence data source.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal ConfluenceAuthTypeauthType()The supported authentication type to authenticate and connect to your Confluence instance.final StringThe supported authentication type to authenticate and connect to your Confluence instance.builder()final StringThe Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Confluence instance URL.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final ConfluenceHostTypehostType()The supported host type, whether online/cloud or server/on-premises.final StringThe supported host type, whether online/cloud or server/on-premises.final StringhostUrl()The Confluence host URL or instance URL.static Class<? extends ConfluenceSourceConfiguration.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
hostUrl
The Confluence host URL or instance URL.
- Returns:
- The Confluence host URL or instance URL.
-
hostType
The supported host type, whether online/cloud or server/on-premises.
If the service returns an enum value that is not available in the current SDK version,
hostTypewill returnConfluenceHostType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhostTypeAsString().- Returns:
- The supported host type, whether online/cloud or server/on-premises.
- See Also:
-
hostTypeAsString
The supported host type, whether online/cloud or server/on-premises.
If the service returns an enum value that is not available in the current SDK version,
hostTypewill returnConfluenceHostType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhostTypeAsString().- Returns:
- The supported host type, whether online/cloud or server/on-premises.
- See Also:
-
authType
The supported authentication type to authenticate and connect to your Confluence instance.
If the service returns an enum value that is not available in the current SDK version,
authTypewill returnConfluenceAuthType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthTypeAsString().- Returns:
- The supported authentication type to authenticate and connect to your Confluence instance.
- See Also:
-
authTypeAsString
The supported authentication type to authenticate and connect to your Confluence instance.
If the service returns an enum value that is not available in the current SDK version,
authTypewill returnConfluenceAuthType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthTypeAsString().- Returns:
- The supported authentication type to authenticate and connect to your Confluence instance.
- See Also:
-
credentialsSecretArn
The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Confluence instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Confluence connection configuration.
- Returns:
- The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Confluence instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Confluence connection configuration.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfluenceSourceConfiguration.Builder,ConfluenceSourceConfiguration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-