Class Metadata
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.aws.v1.Metadata
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<MetadataBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Metadata extends Object implements io.fabric8.kubernetes.api.builder.Editable<MetadataBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Metadata contains AWS metadata (e.g. for uninstalling the cluster).- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataBuilderedit()Map<String,Object>getAdditionalProperties()StringgetHostedZoneRole()HostedZoneRole is the role to assume when performing operations on a hosted zone owned by another account.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetHostedZoneRole(String hostedZoneRole)HostedZoneRole is the role to assume when performing operations on a hosted zone owned by another account.MetadataBuildertoBuilder()
-
-
-
Constructor Detail
-
Metadata
public Metadata()
No args constructor for use in serialization
-
Metadata
public Metadata(String hostedZoneRole)
-
-
Method Detail
-
getHostedZoneRole
public String getHostedZoneRole()
HostedZoneRole is the role to assume when performing operations on a hosted zone owned by another account.
-
setHostedZoneRole
public void setHostedZoneRole(String hostedZoneRole)
HostedZoneRole is the role to assume when performing operations on a hosted zone owned by another account.
-
edit
public MetadataBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MetadataBuilder>
-
toBuilder
public MetadataBuilder toBuilder()
-
-