Interface GetHostedZoneResponse.Builder

    • Method Detail

      • hostedZone

        GetHostedZoneResponse.Builder hostedZone​(HostedZone hostedZone)

        A complex type that contains general information about the specified hosted zone.

        Parameters:
        hostedZone - A complex type that contains general information about the specified hosted zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • delegationSet

        GetHostedZoneResponse.Builder delegationSet​(DelegationSet delegationSet)

        A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.

        Parameters:
        delegationSet - A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpCs

        GetHostedZoneResponse.Builder vpCs​(Collection<VPC> vpCs)

        A complex type that contains information about the VPCs that are associated with the specified hosted zone.

        Parameters:
        vpCs - A complex type that contains information about the VPCs that are associated with the specified hosted zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpCs

        GetHostedZoneResponse.Builder vpCs​(VPC... vpCs)

        A complex type that contains information about the VPCs that are associated with the specified hosted zone.

        Parameters:
        vpCs - A complex type that contains information about the VPCs that are associated with the specified hosted zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpCs

        GetHostedZoneResponse.Builder vpCs​(Consumer<VPC.Builder>... vpCs)

        A complex type that contains information about the VPCs that are associated with the specified hosted zone.

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

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #vpCs(List).

        Parameters:
        vpCs - a consumer that will call methods on VPC.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #vpCs(java.util.Collection)