public class PlatformFluentImpl<A extends PlatformFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PlatformFluent<A>
PlatformFluent.DefaultMachinePlatformNested<N>, PlatformFluent.ServiceEndpointsNested<N>| Constructor and Description |
|---|
PlatformFluentImpl() |
PlatformFluentImpl(Platform instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PlatformFluentImpl()
public PlatformFluentImpl(Platform instance)
public String getAmiID()
getAmiID in interface PlatformFluent<A extends PlatformFluent<A>>public A withAmiID(String amiID)
withAmiID in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasAmiID()
hasAmiID in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public MachinePool getDefaultMachinePlatform()
getDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public MachinePool buildDefaultMachinePlatform()
buildDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
withDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasDefaultMachinePlatform()
hasDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
withNewDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
withNewDefaultMachinePlatformLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
editDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
editOrNewDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
editOrNewDefaultMachinePlatformLike in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean getExperimentalPropagateUserTags()
getExperimentalPropagateUserTags in interface PlatformFluent<A extends PlatformFluent<A>>public A withExperimentalPropagateUserTags(Boolean experimentalPropagateUserTags)
withExperimentalPropagateUserTags in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasExperimentalPropagateUserTags()
hasExperimentalPropagateUserTags in interface PlatformFluent<A extends PlatformFluent<A>>public String getHostedZone()
getHostedZone in interface PlatformFluent<A extends PlatformFluent<A>>public A withHostedZone(String hostedZone)
withHostedZone in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasHostedZone()
hasHostedZone in interface PlatformFluent<A extends PlatformFluent<A>>public String getRegion()
getRegion in interface PlatformFluent<A extends PlatformFluent<A>>public A withRegion(String region)
withRegion in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasRegion()
hasRegion in interface PlatformFluent<A extends PlatformFluent<A>>public A addToServiceEndpoints(Integer index, ServiceEndpoint item)
addToServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>public A setToServiceEndpoints(Integer index, ServiceEndpoint item)
setToServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>public A addToServiceEndpoints(ServiceEndpoint... items)
addToServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>public A addAllToServiceEndpoints(Collection<ServiceEndpoint> items)
addAllToServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromServiceEndpoints(ServiceEndpoint... items)
removeFromServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>public A removeAllFromServiceEndpoints(Collection<ServiceEndpoint> items)
removeAllFromServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>public A removeMatchingFromServiceEndpoints(Predicate<ServiceEndpointBuilder> predicate)
removeMatchingFromServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public List<ServiceEndpoint> getServiceEndpoints()
getServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>public List<ServiceEndpoint> buildServiceEndpoints()
buildServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>public ServiceEndpoint buildServiceEndpoint(Integer index)
buildServiceEndpoint in interface PlatformFluent<A extends PlatformFluent<A>>public ServiceEndpoint buildFirstServiceEndpoint()
buildFirstServiceEndpoint in interface PlatformFluent<A extends PlatformFluent<A>>public ServiceEndpoint buildLastServiceEndpoint()
buildLastServiceEndpoint in interface PlatformFluent<A extends PlatformFluent<A>>public ServiceEndpoint buildMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate)
buildMatchingServiceEndpoint in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate)
hasMatchingServiceEndpoint in interface PlatformFluent<A extends PlatformFluent<A>>public A withServiceEndpoints(List<ServiceEndpoint> serviceEndpoints)
withServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>public A withServiceEndpoints(ServiceEndpoint... serviceEndpoints)
withServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasServiceEndpoints()
hasServiceEndpoints in interface PlatformFluent<A extends PlatformFluent<A>>public A addNewServiceEndpoint(String name, String url)
addNewServiceEndpoint in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.ServiceEndpointsNested<A> addNewServiceEndpoint()
addNewServiceEndpoint in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.ServiceEndpointsNested<A> addNewServiceEndpointLike(ServiceEndpoint item)
addNewServiceEndpointLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.ServiceEndpointsNested<A> setNewServiceEndpointLike(Integer index, ServiceEndpoint item)
setNewServiceEndpointLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.ServiceEndpointsNested<A> editServiceEndpoint(Integer index)
editServiceEndpoint in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.ServiceEndpointsNested<A> editFirstServiceEndpoint()
editFirstServiceEndpoint in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.ServiceEndpointsNested<A> editLastServiceEndpoint()
editLastServiceEndpoint in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.ServiceEndpointsNested<A> editMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate)
editMatchingServiceEndpoint in interface PlatformFluent<A extends PlatformFluent<A>>public A addToSubnets(Integer index, String item)
addToSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A setToSubnets(Integer index, String item)
setToSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A addToSubnets(String... items)
addToSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A addAllToSubnets(Collection<String> items)
addAllToSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromSubnets(String... items)
removeFromSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A removeAllFromSubnets(Collection<String> items)
removeAllFromSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public List<String> getSubnets()
getSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public String getSubnet(Integer index)
getSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public String getFirstSubnet()
getFirstSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public String getLastSubnet()
getLastSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public String getMatchingSubnet(Predicate<String> predicate)
getMatchingSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasMatchingSubnet(Predicate<String> predicate)
hasMatchingSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public A withSubnets(List<String> subnets)
withSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A withSubnets(String... subnets)
withSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasSubnets()
hasSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A addToUserTags(String key, String value)
addToUserTags in interface PlatformFluent<A extends PlatformFluent<A>>public A addToUserTags(Map<String,String> map)
addToUserTags in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromUserTags(String key)
removeFromUserTags in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromUserTags(Map<String,String> map)
removeFromUserTags in interface PlatformFluent<A extends PlatformFluent<A>>public Map<String,String> getUserTags()
getUserTags in interface PlatformFluent<A extends PlatformFluent<A>>public <K,V> A withUserTags(Map<String,String> userTags)
withUserTags in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasUserTags()
hasUserTags in interface PlatformFluent<A extends PlatformFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>public A withExperimentalPropagateUserTags()
withExperimentalPropagateUserTags in interface PlatformFluent<A extends PlatformFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.