Class AssumeRole
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.aws.v1.AssumeRole
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<AssumeRoleBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class AssumeRole extends Object implements io.fabric8.kubernetes.api.builder.Editable<AssumeRoleBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
AssumeRole stores information for the IAM role that needs to be assumed using an existing AWS session.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssumeRole()No args constructor for use in serializationAssumeRole(String externalID, String roleARN)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssumeRoleBuilderedit()Map<String,Object>getAdditionalProperties()StringgetExternalID()ExternalID is random string generated by platform so that assume role is protected from confused deputy problem. more info: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.htmlStringgetRoleARN()AssumeRole stores information for the IAM role that needs to be assumed using an existing AWS session.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetExternalID(String externalID)ExternalID is random string generated by platform so that assume role is protected from confused deputy problem. more info: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.htmlvoidsetRoleARN(String roleARN)AssumeRole stores information for the IAM role that needs to be assumed using an existing AWS session.AssumeRoleBuildertoBuilder()
-
-
-
Method Detail
-
getExternalID
public String getExternalID()
ExternalID is random string generated by platform so that assume role is protected from confused deputy problem. more info: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html
-
setExternalID
public void setExternalID(String externalID)
ExternalID is random string generated by platform so that assume role is protected from confused deputy problem. more info: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html
-
getRoleARN
public String getRoleARN()
AssumeRole stores information for the IAM role that needs to be assumed using an existing AWS session.
-
setRoleARN
public void setRoleARN(String roleARN)
AssumeRole stores information for the IAM role that needs to be assumed using an existing AWS session.
-
edit
public AssumeRoleBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AssumeRoleBuilder>
-
toBuilder
public AssumeRoleBuilder toBuilder()
-
-