Interface ListIntegrationResourcePropertiesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIntegrationResourcePropertiesResponse.Builder,,ListIntegrationResourcePropertiesResponse> GlueResponse.Builder,SdkBuilder<ListIntegrationResourcePropertiesResponse.Builder,,ListIntegrationResourcePropertiesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListIntegrationResourcePropertiesResponse
@Mutable
@NotThreadSafe
public static interface ListIntegrationResourcePropertiesResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListIntegrationResourcePropertiesResponse.Builder,ListIntegrationResourcePropertiesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationResourcePropertyList(Collection<IntegrationResourceProperty> integrationResourcePropertyList) A list of integration resource property meeting the filter criteria.integrationResourcePropertyList(Consumer<IntegrationResourceProperty.Builder>... integrationResourcePropertyList) A list of integration resource property meeting the filter criteria.integrationResourcePropertyList(IntegrationResourceProperty... integrationResourcePropertyList) A list of integration resource property meeting the filter criteria.This is 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
-
integrationResourcePropertyList
ListIntegrationResourcePropertiesResponse.Builder integrationResourcePropertyList(Collection<IntegrationResourceProperty> integrationResourcePropertyList) A list of integration resource property meeting the filter criteria.
- Parameters:
integrationResourcePropertyList- A list of integration resource property meeting the filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationResourcePropertyList
ListIntegrationResourcePropertiesResponse.Builder integrationResourcePropertyList(IntegrationResourceProperty... integrationResourcePropertyList) A list of integration resource property meeting the filter criteria.
- Parameters:
integrationResourcePropertyList- A list of integration resource property meeting the filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationResourcePropertyList
ListIntegrationResourcePropertiesResponse.Builder integrationResourcePropertyList(Consumer<IntegrationResourceProperty.Builder>... integrationResourcePropertyList) A list of integration resource property meeting the filter criteria.
This is a convenience method that creates an instance of theIntegrationResourceProperty.Builderavoiding the need to create one manually viaIntegrationResourceProperty.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegrationResourcePropertyList(List<IntegrationResourceProperty>).- Parameters:
integrationResourcePropertyList- a consumer that will call methods onIntegrationResourceProperty.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marker
This is the pagination token for the next page.
- Parameters:
marker- This is the pagination token for the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-