Package com.atlassian.confluence.cluster
Class AWSClusterJoinConfig
- java.lang.Object
-
- com.atlassian.confluence.cluster.AWSClusterJoinConfig
-
- All Implemented Interfaces:
ClusterJoinConfig
public class AWSClusterJoinConfig extends Object implements ClusterJoinConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.confluence.cluster.ClusterJoinConfig
ClusterJoinConfig.ClusterJoinType, ClusterJoinConfig.Decoder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
void
decode(ClusterJoinConfig.Decoder decoder)
Executes one of the givenClusterJoinConfig.Decoder
callback methods, dependending on our type.boolean
equals(Object o)
Optional<String>
getAccessKey()
Optional<String>
getHostHeader()
Optional<String>
getIamRole()
Optional<String>
getRegion()
Optional<String>
getSecretKey()
Optional<String>
getSecurityGroupName()
Optional<String>
getTagKey()
Optional<String>
getTagValue()
ClusterJoinConfig.ClusterJoinType
getType()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
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
-
getType
public ClusterJoinConfig.ClusterJoinType getType()
- Specified by:
getType
in interfaceClusterJoinConfig
-
decode
public void decode(ClusterJoinConfig.Decoder decoder)
Description copied from interface:ClusterJoinConfig
Executes one of the givenClusterJoinConfig.Decoder
callback methods, dependending on our type.- Specified by:
decode
in interfaceClusterJoinConfig
-
-