Interface DescribeAcLsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeAcLsResponse.Builder,DescribeAcLsResponse>, MemoryDbResponse.Builder, SdkBuilder<DescribeAcLsResponse.Builder,DescribeAcLsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeAcLsResponse

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

    • acLs

      The list of ACLs

      Parameters:
      acLs - The list of ACLs
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • acLs

      The list of ACLs

      Parameters:
      acLs - The list of ACLs
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • acLs

      The list of ACLs

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

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

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

      DescribeAcLsResponse.Builder nextToken(String nextToken)

      If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

      Parameters:
      nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
      Returns:
      Returns a reference to this object so that method calls can be chained together.