Interface AssociationSetDetails.Builder

    • Method Detail

      • associationState

        AssociationSetDetails.Builder associationState​(AssociationStateDetails associationState)

        The state of the association between a route table and a subnet or gateway.

        Parameters:
        associationState - The state of the association between a route table and a subnet or gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gatewayId

        AssociationSetDetails.Builder gatewayId​(String gatewayId)

        The ID of the internet gateway or virtual private gateway.

        Parameters:
        gatewayId - The ID of the internet gateway or virtual private gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • main

        AssociationSetDetails.Builder main​(Boolean main)

        Indicates whether this is the main route table.

        Parameters:
        main - Indicates whether this is the main route table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeTableAssociationId

        AssociationSetDetails.Builder routeTableAssociationId​(String routeTableAssociationId)

        The ID of the association.

        Parameters:
        routeTableAssociationId - The ID of the association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeTableId

        AssociationSetDetails.Builder routeTableId​(String routeTableId)

        The ID of the route table.

        Parameters:
        routeTableId - The ID of the route table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetId

        AssociationSetDetails.Builder subnetId​(String subnetId)

        The ID of the subnet. A subnet ID is not returned for an implicit association.

        Parameters:
        subnetId - The ID of the subnet. A subnet ID is not returned for an implicit association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.