Interface TransitGatewayPolicyTable.Builder

    • Method Detail

      • transitGatewayPolicyTableId

        TransitGatewayPolicyTable.Builder transitGatewayPolicyTableId​(String transitGatewayPolicyTableId)

        The ID of the transit gateway policy table.

        Parameters:
        transitGatewayPolicyTableId - The ID of the transit gateway policy table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transitGatewayId

        TransitGatewayPolicyTable.Builder transitGatewayId​(String transitGatewayId)

        The ID of the transit gateway.

        Parameters:
        transitGatewayId - The ID of the transit gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        TransitGatewayPolicyTable.Builder creationTime​(Instant creationTime)

        The timestamp when the transit gateway policy table was created.

        Parameters:
        creationTime - The timestamp when the transit gateway policy table was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        TransitGatewayPolicyTable.Builder tags​(Collection<Tag> tags)

        he key-value pairs associated with the transit gateway policy table.

        Parameters:
        tags - he key-value pairs associated with the transit gateway policy table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        TransitGatewayPolicyTable.Builder tags​(Tag... tags)

        he key-value pairs associated with the transit gateway policy table.

        Parameters:
        tags - he key-value pairs associated with the transit gateway policy table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        TransitGatewayPolicyTable.Builder tags​(Consumer<Tag.Builder>... tags)

        he key-value pairs associated with the transit gateway policy table.

        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).

        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:
        #tags(java.util.Collection)