Interface DescribeEntityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEntityResponse.Builder,,DescribeEntityResponse> GlueResponse.Builder,SdkBuilder<DescribeEntityResponse.Builder,,DescribeEntityResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeEntityResponse
-
Method Summary
Modifier and TypeMethodDescriptionfields(Collection<Field> fields) Describes the fields for that connector entity.fields(Consumer<Field.Builder>... fields) Describes the fields for that connector entity.Describes the fields for that connector entity.A continuation token, present if the current segment is not the last.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
fields
Describes the fields for that connector entity. This is the list of
Fieldobjects.Fieldis very similar to column in a database. TheFieldobject has information about different properties associated with fields in the connector.- Parameters:
fields- Describes the fields for that connector entity. This is the list ofFieldobjects.Fieldis very similar to column in a database. TheFieldobject 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
Describes the fields for that connector entity. This is the list of
Fieldobjects.Fieldis very similar to column in a database. TheFieldobject has information about different properties associated with fields in the connector.- Parameters:
fields- Describes the fields for that connector entity. This is the list ofFieldobjects.Fieldis very similar to column in a database. TheFieldobject 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
Describes the fields for that connector entity. This is the list of
This is a convenience method that creates an instance of theFieldobjects.Fieldis very similar to column in a database. TheFieldobject has information about different properties associated with fields in the connector.Field.Builderavoiding the need to create one manually viaField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofields(List<Field>).- Parameters:
fields- a consumer that will call methods onField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-