Interface CreatePrivateDnsNamespaceRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreatePrivateDnsNamespaceRequest.Builder,CreatePrivateDnsNamespaceRequest>, SdkBuilder<CreatePrivateDnsNamespaceRequest.Builder,CreatePrivateDnsNamespaceRequest>, SdkPojo, SdkRequest.Builder, ServiceDiscoveryRequest.Builder
Enclosing class:
CreatePrivateDnsNamespaceRequest

  • Method Details

    • name

      The name that you want to assign to this namespace. When you create a private DNS namespace, Cloud Map automatically creates an Amazon RouteĀ 53 private hosted zone that has the same name as the namespace.

      Parameters:
      name - The name that you want to assign to this namespace. When you create a private DNS namespace, Cloud Map automatically creates an Amazon RouteĀ 53 private hosted zone that has the same name as the namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creatorRequestId

      CreatePrivateDnsNamespaceRequest.Builder creatorRequestId(String creatorRequestId)

      A unique string that identifies the request and that allows failed CreatePrivateDnsNamespace requests to be retried without the risk of running the operation twice. CreatorRequestId can be any unique string (for example, a date/timestamp).

      Parameters:
      creatorRequestId - A unique string that identifies the request and that allows failed CreatePrivateDnsNamespace requests to be retried without the risk of running the operation twice. CreatorRequestId can be any unique string (for example, a date/timestamp).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      A description for the namespace.

      Parameters:
      description - A description for the namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpc

      The ID of the Amazon VPC that you want to associate the namespace with.

      Parameters:
      vpc - The ID of the Amazon VPC that you want to associate the namespace with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.

      Parameters:
      tags - The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.

      Parameters:
      tags - The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • properties

      Properties for the private DNS namespace.

      Parameters:
      properties - Properties for the private DNS namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • properties

      Properties for the private DNS namespace.

      This is a convenience method that creates an instance of the PrivateDnsNamespaceProperties.Builder avoiding the need to create one manually via PrivateDnsNamespaceProperties.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to properties(PrivateDnsNamespaceProperties).

      Parameters:
      properties - a consumer that will call methods on PrivateDnsNamespaceProperties.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreatePrivateDnsNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.