Interface DirectoryVpcSettings.Builder

    • Method Detail

      • vpcId

        DirectoryVpcSettings.Builder vpcId​(String vpcId)

        The identifier of the VPC in which to create the directory.

        Parameters:
        vpcId - The identifier of the VPC in which to create the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        DirectoryVpcSettings.Builder subnetIds​(Collection<String> subnetIds)

        The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. Directory Service creates a directory server and a DNS server in each of these subnets.

        Parameters:
        subnetIds - The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. Directory Service creates a directory server and a DNS server in each of these subnets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        DirectoryVpcSettings.Builder subnetIds​(String... subnetIds)

        The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. Directory Service creates a directory server and a DNS server in each of these subnets.

        Parameters:
        subnetIds - The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. Directory Service creates a directory server and a DNS server in each of these subnets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.