public class AWSClusterJoinConfig extends Object implements ClusterJoinConfig
ClusterJoinConfig.ClusterJoinType
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Optional<String> |
getAccessKey() |
static com.atlassian.fugue.Either<Message,AWSClusterJoinConfig> |
getForKeys(String accessKey,
String secretKey,
String iamRole,
String region,
String hostHeader,
String securityGroupName,
String tagKey,
String tagValue) |
Optional<String> |
getHostHeader() |
String |
getHumanReadableName() |
Optional<String> |
getIamRole() |
Optional<String> |
getRegion() |
Optional<String> |
getSecretKey() |
Optional<String> |
getSecurityGroupName() |
Optional<String> |
getTagKey() |
Optional<String> |
getTagValue() |
int |
hashCode() |
String |
toString() |
public static com.atlassian.fugue.Either<Message,AWSClusterJoinConfig> getForKeys(@Nullable String accessKey, @Nullable String secretKey, @Nullable String iamRole, @Nullable String region, @Nullable String hostHeader, @Nullable String securityGroupName, @Nullable String tagKey, @Nullable String tagValue)
public String getHumanReadableName()
getHumanReadableName
in interface ClusterJoinConfig
Copyright © 2003–2017 Atlassian. All rights reserved.