Java com.amazonaws.services.route53.model CreateHostedZoneRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.route53.model CreateHostedZoneRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.route53.model CreateHostedZoneRequest.

The text is from its open source code.

Constructor

CreateHostedZoneRequest()
Default constructor for CreateHostedZoneRequest object.

Method

StringgetCallerReference()

A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice.

HostedZoneConfiggetHostedZoneConfig()

(Optional) A complex type that contains the following optional values:

  • For public and private hosted zones, an optional comment

  • For private hosted zones, an optional PrivateZone element

If you don't specify a comment or the PrivateZone element, omit HostedZoneConfig and the other elements.

StringgetName()

The name of the domain.

voidsetCallerReference(String callerReference)

A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice.

voidsetHostedZoneConfig(HostedZoneConfig hostedZoneConfig)

(Optional) A complex type that contains the following optional values:

  • For public and private hosted zones, an optional comment

  • For private hosted zones, an optional PrivateZone element

If you don't specify a comment or the PrivateZone element, omit HostedZoneConfig and the other elements.

voidsetName(String name)

The name of the domain.

StringtoString()
Returns a string representation of this object.