public class PlatformFluentImpl<A extends PlatformFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PlatformFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformFluentImpl.CredentialsAssumeRoleNestedImpl<N> |
class |
PlatformFluentImpl.CredentialsSecretRefNestedImpl<N> |
class |
PlatformFluentImpl.PrivateLinkNestedImpl<N> |
PlatformFluent.CredentialsAssumeRoleNested<N>, PlatformFluent.CredentialsSecretRefNested<N>, PlatformFluent.PrivateLinkNested<N>| Constructor and Description |
|---|
PlatformFluentImpl() |
PlatformFluentImpl(Platform instance) |
public PlatformFluentImpl()
public PlatformFluentImpl(Platform instance)
@Deprecated public AssumeRole getCredentialsAssumeRole()
getCredentialsAssumeRole in interface PlatformFluent<A extends PlatformFluent<A>>public AssumeRole buildCredentialsAssumeRole()
buildCredentialsAssumeRole in interface PlatformFluent<A extends PlatformFluent<A>>public A withCredentialsAssumeRole(AssumeRole credentialsAssumeRole)
withCredentialsAssumeRole in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasCredentialsAssumeRole()
hasCredentialsAssumeRole in interface PlatformFluent<A extends PlatformFluent<A>>public A withNewCredentialsAssumeRole(String externalID, String roleARN)
withNewCredentialsAssumeRole in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsAssumeRoleNested<A> withNewCredentialsAssumeRole()
withNewCredentialsAssumeRole in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsAssumeRoleNested<A> withNewCredentialsAssumeRoleLike(AssumeRole item)
withNewCredentialsAssumeRoleLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsAssumeRoleNested<A> editCredentialsAssumeRole()
editCredentialsAssumeRole in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsAssumeRoleNested<A> editOrNewCredentialsAssumeRole()
editOrNewCredentialsAssumeRole in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsAssumeRoleNested<A> editOrNewCredentialsAssumeRoleLike(AssumeRole item)
editOrNewCredentialsAssumeRoleLike in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
getCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildCredentialsSecretRef()
buildCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public A withCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
withCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasCredentialsSecretRef()
hasCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public A withNewCredentialsSecretRef(String name)
withNewCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRef()
withNewCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsSecretRefNested<A> withNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
withNewCredentialsSecretRefLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsSecretRefNested<A> editCredentialsSecretRef()
editCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRef()
editOrNewCredentialsSecretRef in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.CredentialsSecretRefNested<A> editOrNewCredentialsSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
editOrNewCredentialsSecretRefLike in interface PlatformFluent<A extends PlatformFluent<A>>@Deprecated public PrivateLinkAccess getPrivateLink()
getPrivateLink in interface PlatformFluent<A extends PlatformFluent<A>>public PrivateLinkAccess buildPrivateLink()
buildPrivateLink in interface PlatformFluent<A extends PlatformFluent<A>>public A withPrivateLink(PrivateLinkAccess privateLink)
withPrivateLink in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasPrivateLink()
hasPrivateLink in interface PlatformFluent<A extends PlatformFluent<A>>public A withNewPrivateLink(Boolean enabled)
withNewPrivateLink in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.PrivateLinkNested<A> withNewPrivateLink()
withNewPrivateLink in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.PrivateLinkNested<A> withNewPrivateLinkLike(PrivateLinkAccess item)
withNewPrivateLinkLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.PrivateLinkNested<A> editPrivateLink()
editPrivateLink in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.PrivateLinkNested<A> editOrNewPrivateLink()
editOrNewPrivateLink in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.PrivateLinkNested<A> editOrNewPrivateLinkLike(PrivateLinkAccess item)
editOrNewPrivateLinkLike 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>>@Deprecated public A withNewRegion(String arg0)
withNewRegion 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>>Copyright © 2015–2022 Red Hat. All rights reserved.