Interface ListIntegrationTablePropertiesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIntegrationTablePropertiesResponse.Builder,,ListIntegrationTablePropertiesResponse> GlueResponse.Builder,SdkBuilder<ListIntegrationTablePropertiesResponse.Builder,,ListIntegrationTablePropertiesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListIntegrationTablePropertiesResponse
@Mutable
@NotThreadSafe
public static interface ListIntegrationTablePropertiesResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListIntegrationTablePropertiesResponse.Builder,ListIntegrationTablePropertiesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationTablePropertiesList(Collection<IntegrationTableProperties> integrationTablePropertiesList) A list of integration table properties meeting the filter criteria.integrationTablePropertiesList(Consumer<IntegrationTableProperties.Builder>... integrationTablePropertiesList) A list of integration table properties meeting the filter criteria.integrationTablePropertiesList(IntegrationTableProperties... integrationTablePropertiesList) A list of integration table properties meeting the filter criteria.The pagination token for the next page.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
-
integrationTablePropertiesList
ListIntegrationTablePropertiesResponse.Builder integrationTablePropertiesList(Collection<IntegrationTableProperties> integrationTablePropertiesList) A list of integration table properties meeting the filter criteria.
- Parameters:
integrationTablePropertiesList- A list of integration table properties meeting the filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationTablePropertiesList
ListIntegrationTablePropertiesResponse.Builder integrationTablePropertiesList(IntegrationTableProperties... integrationTablePropertiesList) A list of integration table properties meeting the filter criteria.
- Parameters:
integrationTablePropertiesList- A list of integration table properties meeting the filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationTablePropertiesList
ListIntegrationTablePropertiesResponse.Builder integrationTablePropertiesList(Consumer<IntegrationTableProperties.Builder>... integrationTablePropertiesList) A list of integration table properties meeting the filter criteria.
This is a convenience method that creates an instance of theIntegrationTableProperties.Builderavoiding the need to create one manually viaIntegrationTableProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegrationTablePropertiesList(List<IntegrationTableProperties>).- Parameters:
integrationTablePropertiesList- a consumer that will call methods onIntegrationTableProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marker
The pagination token for the next page. Returns
nullif there are no more results.- Parameters:
marker- The pagination token for the next page. Returnsnullif there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-