Class AWSDNSZoneSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.AWSDNSZoneSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<AWSDNSZoneSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class AWSDNSZoneSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<AWSDNSZoneSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
AWSDNSZoneSpec contains AWS-specific DNSZone specifications- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AWSDNSZoneSpec()No args constructor for use in serializationAWSDNSZoneSpec(List<AWSResourceTag> additionalTags, AssumeRole credentialsAssumeRole, io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef, String region)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AWSDNSZoneSpecBuilderedit()Map<String,Object>getAdditionalProperties()List<AWSResourceTag>getAdditionalTags()AdditionalTags is a set of additional tags to set on the DNS hosted zone.AssumeRolegetCredentialsAssumeRole()AWSDNSZoneSpec contains AWS-specific DNSZone specificationsio.fabric8.kubernetes.api.model.LocalObjectReferencegetCredentialsSecretRef()AWSDNSZoneSpec contains AWS-specific DNSZone specificationsStringgetRegion()Region is the AWS region to use for route53 operations.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAdditionalTags(List<AWSResourceTag> additionalTags)AdditionalTags is a set of additional tags to set on the DNS hosted zone.voidsetCredentialsAssumeRole(AssumeRole credentialsAssumeRole)AWSDNSZoneSpec contains AWS-specific DNSZone specificationsvoidsetCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)AWSDNSZoneSpec contains AWS-specific DNSZone specificationsvoidsetRegion(String region)Region is the AWS region to use for route53 operations.AWSDNSZoneSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
AWSDNSZoneSpec
public AWSDNSZoneSpec()
No args constructor for use in serialization
-
AWSDNSZoneSpec
public AWSDNSZoneSpec(List<AWSResourceTag> additionalTags, AssumeRole credentialsAssumeRole, io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef, String region)
-
-
Method Detail
-
getAdditionalTags
public List<AWSResourceTag> getAdditionalTags()
AdditionalTags is a set of additional tags to set on the DNS hosted zone. In addition to these tags,the DNS Zone controller will set a hive.openhsift.io/hostedzone tag identifying the HostedZone record that it belongs to.
-
setAdditionalTags
public void setAdditionalTags(List<AWSResourceTag> additionalTags)
AdditionalTags is a set of additional tags to set on the DNS hosted zone. In addition to these tags,the DNS Zone controller will set a hive.openhsift.io/hostedzone tag identifying the HostedZone record that it belongs to.
-
getCredentialsAssumeRole
public AssumeRole getCredentialsAssumeRole()
AWSDNSZoneSpec contains AWS-specific DNSZone specifications
-
setCredentialsAssumeRole
public void setCredentialsAssumeRole(AssumeRole credentialsAssumeRole)
AWSDNSZoneSpec contains AWS-specific DNSZone specifications
-
getCredentialsSecretRef
public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
AWSDNSZoneSpec contains AWS-specific DNSZone specifications
-
setCredentialsSecretRef
public void setCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
AWSDNSZoneSpec contains AWS-specific DNSZone specifications
-
getRegion
public String getRegion()
Region is the AWS region to use for route53 operations. This defaults to us-east-1. For AWS China, use cn-northwest-1.
-
setRegion
public void setRegion(String region)
Region is the AWS region to use for route53 operations. This defaults to us-east-1. For AWS China, use cn-northwest-1.
-
edit
public AWSDNSZoneSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AWSDNSZoneSpecBuilder>
-
toBuilder
public AWSDNSZoneSpecBuilder toBuilder()
-
-