Class ConfluenceSourceConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.ConfluenceSourceConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfluenceSourceConfiguration.Builder,ConfluenceSourceConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ConfluenceSourceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfluenceSourceConfiguration.Builder,ConfluenceSourceConfiguration>
The endpoint information to connect to your Confluence data source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfluenceSourceConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfluenceAuthTypeauthType()The supported authentication type to authenticate and connect to your Confluence instance.StringauthTypeAsString()The supported authentication type to authenticate and connect to your Confluence instance.static ConfluenceSourceConfiguration.Builderbuilder()StringcredentialsSecretArn()The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Confluence instance URL.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ConfluenceHostTypehostType()The supported host type, whether online/cloud or server/on-premises.StringhostTypeAsString()The supported host type, whether online/cloud or server/on-premises.StringhostUrl()The Confluence host URL or instance URL.List<SdkField<?>>sdkFields()static Class<? extends ConfluenceSourceConfiguration.Builder>serializableBuilderClass()ConfluenceSourceConfiguration.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
-
authType
public final ConfluenceAuthType 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:
ConfluenceAuthType
-
authTypeAsString
public final String 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:
ConfluenceAuthType
-
credentialsSecretArn
public final String 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.
-
hostType
public final ConfluenceHostType 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:
ConfluenceHostType
-
hostTypeAsString
public final String 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:
ConfluenceHostType
-
hostUrl
public final String hostUrl()
The Confluence host URL or instance URL.
- Returns:
- The Confluence host URL or instance URL.
-
toBuilder
public ConfluenceSourceConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfluenceSourceConfiguration.Builder,ConfluenceSourceConfiguration>
-
builder
public static ConfluenceSourceConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfluenceSourceConfiguration.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.
-
-