public class DNSPlatformSpecFluent<A extends DNSPlatformSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DNSPlatformSpecFluent.AwsNested<N> |
| Constructor and Description |
|---|
DNSPlatformSpecFluent() |
DNSPlatformSpecFluent(DNSPlatformSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
AWSDNSSpec |
buildAws() |
DNSPlatformSpecFluent.AwsNested<A> |
editAws() |
DNSPlatformSpecFluent.AwsNested<A> |
editOrNewAws() |
DNSPlatformSpecFluent.AwsNested<A> |
editOrNewAwsLike(AWSDNSSpec item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getType() |
boolean |
hasAdditionalProperties() |
boolean |
hasAws() |
int |
hashCode() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAws(AWSDNSSpec aws) |
DNSPlatformSpecFluent.AwsNested<A> |
withNewAws() |
A |
withNewAws(String privateZoneIAMRole) |
DNSPlatformSpecFluent.AwsNested<A> |
withNewAwsLike(AWSDNSSpec item) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic DNSPlatformSpecFluent()
public DNSPlatformSpecFluent(DNSPlatformSpec instance)
public AWSDNSSpec buildAws()
public A withAws(AWSDNSSpec aws)
public boolean hasAws()
public DNSPlatformSpecFluent.AwsNested<A> withNewAws()
public DNSPlatformSpecFluent.AwsNested<A> withNewAwsLike(AWSDNSSpec item)
public DNSPlatformSpecFluent.AwsNested<A> editAws()
public DNSPlatformSpecFluent.AwsNested<A> editOrNewAws()
public DNSPlatformSpecFluent.AwsNested<A> editOrNewAwsLike(AWSDNSSpec item)
public String getType()
public boolean hasType()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DNSPlatformSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DNSPlatformSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.