public class KMSKeyReferenceFluentImpl<A extends KMSKeyReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KMSKeyReferenceFluent<A>
| Constructor and Description |
|---|
KMSKeyReferenceFluentImpl() |
KMSKeyReferenceFluentImpl(KMSKeyReference instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getKeyRing() |
String |
getLocation() |
String |
getName() |
String |
getProjectID() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasKeyRing() |
Boolean |
hasLocation() |
Boolean |
hasName() |
Boolean |
hasProjectID() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withKeyRing(String keyRing) |
A |
withLocation(String location) |
A |
withName(String name) |
A |
withProjectID(String projectID) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic KMSKeyReferenceFluentImpl()
public KMSKeyReferenceFluentImpl(KMSKeyReference instance)
public String getKeyRing()
getKeyRing in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public A withKeyRing(String keyRing)
withKeyRing in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public Boolean hasKeyRing()
hasKeyRing in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public String getLocation()
getLocation in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public A withLocation(String location)
withLocation in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public Boolean hasLocation()
hasLocation in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public String getName()
getName in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public A withName(String name)
withName in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public Boolean hasName()
hasName in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public String getProjectID()
getProjectID in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public A withProjectID(String projectID)
withProjectID in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public Boolean hasProjectID()
hasProjectID in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface KMSKeyReferenceFluent<A extends KMSKeyReferenceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KMSKeyReferenceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KMSKeyReferenceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.