Interface TableLFTagPolicyAndPermissions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TableLFTagPolicyAndPermissions.Builder,TableLFTagPolicyAndPermissions>, SdkBuilder<TableLFTagPolicyAndPermissions.Builder,TableLFTagPolicyAndPermissions>, SdkPojo
Enclosing class:
TableLFTagPolicyAndPermissions

public static interface TableLFTagPolicyAndPermissions.Builder extends SdkPojo, CopyableBuilder<TableLFTagPolicyAndPermissions.Builder,TableLFTagPolicyAndPermissions>
  • Method Details

    • expression

      A list of LF-tag conditions that apply to table resources.

      Parameters:
      expression - A list of LF-tag conditions that apply to table resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expression

      TableLFTagPolicyAndPermissions.Builder expression(LFTag... expression)

      A list of LF-tag conditions that apply to table resources.

      Parameters:
      expression - A list of LF-tag conditions that apply to table resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expression

      A list of LF-tag conditions that apply to table resources.

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

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

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

      TableLFTagPolicyAndPermissions.Builder permissionsWithStrings(Collection<String> permissions)

      The permissions granted to subscribers on table resources.

      Parameters:
      permissions - The permissions granted to subscribers on table resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissionsWithStrings

      TableLFTagPolicyAndPermissions.Builder permissionsWithStrings(String... permissions)

      The permissions granted to subscribers on table resources.

      Parameters:
      permissions - The permissions granted to subscribers on table resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissions

      The permissions granted to subscribers on table resources.

      Parameters:
      permissions - The permissions granted to subscribers on table resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissions

      The permissions granted to subscribers on table resources.

      Parameters:
      permissions - The permissions granted to subscribers on table resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.