All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToServiceEndpoints(Collection<ServiceEndpoint> items) |
A |
addAllToSubnets(Collection<String> items) |
PlatformFluent.ServiceEndpointsNested<A> |
addNewServiceEndpoint() |
A |
addNewServiceEndpoint(String name,
String url) |
PlatformFluent.ServiceEndpointsNested<A> |
addNewServiceEndpointLike(ServiceEndpoint item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToServiceEndpoints(int index,
ServiceEndpoint item) |
A |
addToServiceEndpoints(ServiceEndpoint... items) |
A |
addToSubnets(int index,
String item) |
A |
addToSubnets(String... items) |
A |
addToUserTags(Map<String,String> map) |
A |
addToUserTags(String key,
String value) |
MachinePool |
buildDefaultMachinePlatform() |
ServiceEndpoint |
buildFirstServiceEndpoint() |
ServiceEndpoint |
buildLastServiceEndpoint() |
ServiceEndpoint |
buildMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate) |
ServiceEndpoint |
buildServiceEndpoint(int index) |
List<ServiceEndpoint> |
buildServiceEndpoints() |
protected void |
copyInstance(Platform instance) |
PlatformFluent.DefaultMachinePlatformNested<A> |
editDefaultMachinePlatform() |
PlatformFluent.ServiceEndpointsNested<A> |
editFirstServiceEndpoint() |
PlatformFluent.ServiceEndpointsNested<A> |
editLastServiceEndpoint() |
PlatformFluent.ServiceEndpointsNested<A> |
editMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate) |
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatformLike(MachinePool item) |
PlatformFluent.ServiceEndpointsNested<A> |
editServiceEndpoint(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAmiID() |
Boolean |
getExperimentalPropagateUserTags() |
String |
getFirstSubnet() |
String |
getHostedZone() |
String |
getLastSubnet() |
String |
getLbType() |
String |
getMatchingSubnet(Predicate<String> predicate) |
Boolean |
getPropagateUserTags() |
String |
getRegion() |
String |
getSubnet(int index) |
List<String> |
getSubnets() |
Map<String,String> |
getUserTags() |
boolean |
hasAdditionalProperties() |
boolean |
hasAmiID() |
boolean |
hasDefaultMachinePlatform() |
boolean |
hasExperimentalPropagateUserTags() |
int |
hashCode() |
boolean |
hasHostedZone() |
boolean |
hasLbType() |
boolean |
hasMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate) |
boolean |
hasMatchingSubnet(Predicate<String> predicate) |
boolean |
hasPropagateUserTags() |
boolean |
hasRegion() |
boolean |
hasServiceEndpoints() |
boolean |
hasSubnets() |
boolean |
hasUserTags() |
A |
removeAllFromServiceEndpoints(Collection<ServiceEndpoint> items) |
A |
removeAllFromSubnets(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromServiceEndpoints(ServiceEndpoint... items) |
A |
removeFromSubnets(String... items) |
A |
removeFromUserTags(Map<String,String> map) |
A |
removeFromUserTags(String key) |
A |
removeMatchingFromServiceEndpoints(Predicate<ServiceEndpointBuilder> predicate) |
PlatformFluent.ServiceEndpointsNested<A> |
setNewServiceEndpointLike(int index,
ServiceEndpoint item) |
A |
setToServiceEndpoints(int index,
ServiceEndpoint item) |
A |
setToSubnets(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAmiID(String amiID) |
A |
withDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
A |
withExperimentalPropagateUserTags() |
A |
withExperimentalPropagateUserTags(Boolean experimentalPropagateUserTags) |
A |
withHostedZone(String hostedZone) |
A |
withLbType(String lbType) |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatformLike(MachinePool item) |
A |
withPropagateUserTags() |
A |
withPropagateUserTags(Boolean propagateUserTags) |
A |
withRegion(String region) |
A |
withServiceEndpoints(List<ServiceEndpoint> serviceEndpoints) |
A |
withServiceEndpoints(ServiceEndpoint... serviceEndpoints) |
A |
withSubnets(List<String> subnets) |
A |
withSubnets(String... subnets) |
<K,V> A |
withUserTags(Map<String,String> userTags) |