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)voiddecode(ClusterJoinConfig.Decoder decoder)Executes one of the givenClusterJoinConfig.Decodercallback methods, dependending on our type.booleanequals(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.ClusterJoinTypegetType()inthashCode()StringtoString()
-
-
-
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:
getTypein interfaceClusterJoinConfig
-
decode
public void decode(ClusterJoinConfig.Decoder decoder)
Description copied from interface:ClusterJoinConfigExecutes one of the givenClusterJoinConfig.Decodercallback methods, dependending on our type.- Specified by:
decodein interfaceClusterJoinConfig
-
-