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
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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
Field
objects.Field
is very similar to column in a database. TheField
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 ofField
objects.Field
is very similar to column in a database. TheField
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
Describes the fields for that connector entity. This is the list of
Field
objects.Field
is very similar to column in a database. TheField
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 ofField
objects.Field
is very similar to column in a database. TheField
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
Describes the fields for that connector entity. This is the list of
This is a convenience method that creates an instance of theField
objects.Field
is very similar to column in a database. TheField
object has information about different properties associated with fields in the connector.Field.Builder
avoiding the need to create one manually viaField.builder()
.When the
Consumer
completes,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.
-