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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIntegrationResourcePropertiesResponse.BuilderintegrationResourcePropertyList(Collection<IntegrationResourceProperty> integrationResourcePropertyList)A list of integration resource property meeting the filter criteria.ListIntegrationResourcePropertiesResponse.BuilderintegrationResourcePropertyList(Consumer<IntegrationResourceProperty.Builder>... integrationResourcePropertyList)A list of integration resource property meeting the filter criteria.ListIntegrationResourcePropertiesResponse.BuilderintegrationResourcePropertyList(IntegrationResourceProperty... integrationResourcePropertyList)A list of integration resource property meeting the filter criteria.ListIntegrationResourcePropertiesResponse.Buildermarker(String marker)This is the pagination token for the next page.-
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 Detail
-
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 to#integrationResourcePropertyList(List.) - 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:
#integrationResourcePropertyList(java.util.Collection)
-
marker
ListIntegrationResourcePropertiesResponse.Builder marker(String 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.
-
-