Interface ListCustomEntityTypesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCustomEntityTypesResponse.Builder,ListCustomEntityTypesResponse>,GlueResponse.Builder,SdkBuilder<ListCustomEntityTypesResponse.Builder,ListCustomEntityTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCustomEntityTypesResponse
public static interface ListCustomEntityTypesResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListCustomEntityTypesResponse.Builder,ListCustomEntityTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomEntityTypesResponse.BuildercustomEntityTypes(Collection<CustomEntityType> customEntityTypes)A list ofCustomEntityTypeobjects representing custom patterns.ListCustomEntityTypesResponse.BuildercustomEntityTypes(Consumer<CustomEntityType.Builder>... customEntityTypes)A list ofCustomEntityTypeobjects representing custom patterns.ListCustomEntityTypesResponse.BuildercustomEntityTypes(CustomEntityType... customEntityTypes)A list ofCustomEntityTypeobjects representing custom patterns.ListCustomEntityTypesResponse.BuildernextToken(String nextToken)A pagination token, if more results are available.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
customEntityTypes
ListCustomEntityTypesResponse.Builder customEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityTypeobjects representing custom patterns.- Parameters:
customEntityTypes- A list ofCustomEntityTypeobjects representing custom patterns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customEntityTypes
ListCustomEntityTypesResponse.Builder customEntityTypes(CustomEntityType... customEntityTypes)
A list of
CustomEntityTypeobjects representing custom patterns.- Parameters:
customEntityTypes- A list ofCustomEntityTypeobjects representing custom patterns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customEntityTypes
ListCustomEntityTypesResponse.Builder customEntityTypes(Consumer<CustomEntityType.Builder>... customEntityTypes)
A list of
This is a convenience method that creates an instance of theCustomEntityTypeobjects representing custom patterns.CustomEntityType.Builderavoiding the need to create one manually viaCustomEntityType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#customEntityTypes(List.) - Parameters:
customEntityTypes- a consumer that will call methods onCustomEntityType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#customEntityTypes(java.util.Collection)
-
nextToken
ListCustomEntityTypesResponse.Builder nextToken(String nextToken)
A pagination token, if more results are available.
- Parameters:
nextToken- A pagination token, if more results are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-