public class AssumeRoleFluentImpl<A extends AssumeRoleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AssumeRoleFluent<A>
| Constructor and Description |
|---|
AssumeRoleFluentImpl() |
AssumeRoleFluentImpl(AssumeRole 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 |
getExternalID() |
String |
getRoleARN() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasExternalID() |
int |
hashCode() |
Boolean |
hasRoleARN() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withExternalID(String externalID) |
A |
withNewExternalID(String arg0)
Deprecated.
|
A |
withNewRoleARN(String arg0)
Deprecated.
|
A |
withRoleARN(String roleARN) |
public AssumeRoleFluentImpl()
public AssumeRoleFluentImpl(AssumeRole instance)
public String getExternalID()
getExternalID in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public A withExternalID(String externalID)
withExternalID in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public Boolean hasExternalID()
hasExternalID in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>@Deprecated public A withNewExternalID(String arg0)
withNewExternalID in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public String getRoleARN()
getRoleARN in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public A withRoleARN(String roleARN)
withRoleARN in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public Boolean hasRoleARN()
hasRoleARN in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>@Deprecated public A withNewRoleARN(String arg0)
withNewRoleARN in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface AssumeRoleFluent<A extends AssumeRoleFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.