Interface BatchGetIterableFormsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetIterableFormsResponse.Builder,,BatchGetIterableFormsResponse> GlueResponse.Builder,SdkBuilder<BatchGetIterableFormsResponse.Builder,,BatchGetIterableFormsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchGetIterableFormsResponse
@Mutable
@NotThreadSafe
public static interface BatchGetIterableFormsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetIterableFormsResponse.Builder,BatchGetIterableFormsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionerrors(Collection<ItemError> errors) The list of errors for items that could not be retrieved.errors(Consumer<ItemError.Builder>... errors) The list of errors for items that could not be retrieved.The list of errors for items that could not be retrieved.items(Collection<IterableFormItem> items) The list of retrieved iterable form items.items(Consumer<IterableFormItem.Builder>... items) The list of retrieved iterable form items.items(IterableFormItem... items) The list of retrieved iterable form items.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
-
items
The list of retrieved iterable form items.
- Parameters:
items- The list of retrieved iterable form items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of retrieved iterable form items.
- Parameters:
items- The list of retrieved iterable form items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of retrieved iterable form items.
This is a convenience method that creates an instance of theIterableFormItem.Builderavoiding the need to create one manually viaIterableFormItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<IterableFormItem>).- Parameters:
items- a consumer that will call methods onIterableFormItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errors
The list of errors for items that could not be retrieved.
- Parameters:
errors- The list of errors for items that could not be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
The list of errors for items that could not be retrieved.
- Parameters:
errors- The list of errors for items that could not be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
The list of errors for items that could not be retrieved.
This is a convenience method that creates an instance of theItemError.Builderavoiding the need to create one manually viaItemError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrors(List<ItemError>).- Parameters:
errors- a consumer that will call methods onItemError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-