Package com.atlassian.confluence.cluster
Class AWSClusterJoinConfig
java.lang.Object
com.atlassian.confluence.cluster.AWSClusterJoinConfig
- All Implemented Interfaces:
ClusterJoinConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.cluster.ClusterJoinConfig
ClusterJoinConfig.ClusterJoinType, ClusterJoinConfig.Decoder
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.atlassian.fugue.Either<Message,
AWSClusterJoinConfig> createForKeys
(@Nullable String accessKey, @Nullable String secretKey, @Nullable String iamRole, @Nullable String region, @Nullable String hostHeader, @Nullable String securityGroupName, @Nullable String tagKey, @Nullable String tagValue) void
decode
(ClusterJoinConfig.Decoder decoder) Executes one of the givenClusterJoinConfig.Decoder
callback methods, dependending on our type.boolean
getType()
int
hashCode()
toString()
-
Method Details
-
createForKeys
public static io.atlassian.fugue.Either<Message,AWSClusterJoinConfig> createForKeys(@Nullable String accessKey, @Nullable String secretKey, @Nullable String iamRole, @Nullable String region, @Nullable String hostHeader, @Nullable String securityGroupName, @Nullable String tagKey, @Nullable String tagValue) - Since:
- 7.0.1
-
getAccessKey
-
getSecretKey
-
getIamRole
-
getRegion
-
getHostHeader
-
getSecurityGroupName
-
getTagKey
-
getTagValue
-
getType
- Specified by:
getType
in interfaceClusterJoinConfig
-
decode
Description copied from interface:ClusterJoinConfig
Executes one of the givenClusterJoinConfig.Decoder
callback methods, dependending on our type.- Specified by:
decode
in interfaceClusterJoinConfig
-
toString
-
equals
-
hashCode
public int hashCode()
-