Interface DescribeEntityResponse.Builder

    • Method Detail

      • fields

        DescribeEntityResponse.Builder fields​(Collection<Field> fields)

        Describes the fields for that connector entity. This is the list of Field objects. Field is very similar to column in a database. The Field object has information about different properties associated with fields in the connector.

        Parameters:
        fields - Describes the fields for that connector entity. This is the list of Field objects. Field is very similar to column in a database. The Field object has information about different properties associated with fields in the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        DescribeEntityResponse.Builder fields​(Field... fields)

        Describes the fields for that connector entity. This is the list of Field objects. Field is very similar to column in a database. The Field object has information about different properties associated with fields in the connector.

        Parameters:
        fields - Describes the fields for that connector entity. This is the list of Field objects. Field is very similar to column in a database. The Field object has information about different properties associated with fields in the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        DescribeEntityResponse.Builder fields​(Consumer<Field.Builder>... fields)

        Describes the fields for that connector entity. This is the list of Field objects. Field is very similar to column in a database. The Field object has information about different properties associated with fields in the connector.

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

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

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

        DescribeEntityResponse.Builder nextToken​(String nextToken)

        A continuation token, present if the current segment is not the last.

        Parameters:
        nextToken - A continuation token, present if the current segment is not the last.
        Returns:
        Returns a reference to this object so that method calls can be chained together.