Interface BatchUpdatePartitionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<BatchUpdatePartitionResponse.Builder,,- BatchUpdatePartitionResponse> - GlueResponse.Builder,- SdkBuilder<BatchUpdatePartitionResponse.Builder,,- BatchUpdatePartitionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- BatchUpdatePartitionResponse
@Mutable
@NotThreadSafe
public static interface BatchUpdatePartitionResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdatePartitionResponse.Builder,BatchUpdatePartitionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe errors encountered when trying to update the requested partitions.errors(Consumer<BatchUpdatePartitionFailureEntry.Builder>... errors) The errors encountered when trying to update the requested partitions.errors(BatchUpdatePartitionFailureEntry... errors) The errors encountered when trying to update the requested partitions.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
errorsThe errors encountered when trying to update the requested partitions. A list of BatchUpdatePartitionFailureEntryobjects.- Parameters:
- errors- The errors encountered when trying to update the requested partitions. A list of- BatchUpdatePartitionFailureEntryobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorsThe errors encountered when trying to update the requested partitions. A list of BatchUpdatePartitionFailureEntryobjects.- Parameters:
- errors- The errors encountered when trying to update the requested partitions. A list of- BatchUpdatePartitionFailureEntryobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorsBatchUpdatePartitionResponse.Builder errors(Consumer<BatchUpdatePartitionFailureEntry.Builder>... errors) The errors encountered when trying to update the requested partitions. A list of This is a convenience method that creates an instance of theBatchUpdatePartitionFailureEntryobjects.BatchUpdatePartitionFailureEntry.Builderavoiding the need to create one manually viaBatchUpdatePartitionFailureEntry.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrors(List<BatchUpdatePartitionFailureEntry>).- Parameters:
- errors- a consumer that will call methods on- BatchUpdatePartitionFailureEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-