Interface BatchPutAttributesMetadataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchPutAttributesMetadataResponse.Builder,,BatchPutAttributesMetadataResponse> DataZoneResponse.Builder,SdkBuilder<BatchPutAttributesMetadataResponse.Builder,,BatchPutAttributesMetadataResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchPutAttributesMetadataResponse
@Mutable
@NotThreadSafe
public static interface BatchPutAttributesMetadataResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<BatchPutAttributesMetadataResponse.Builder,BatchPutAttributesMetadataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Collection<BatchPutAttributeOutput> attributes) The results of the BatchPutAttributeMetadata action.attributes(Consumer<BatchPutAttributeOutput.Builder>... attributes) The results of the BatchPutAttributeMetadata action.attributes(BatchPutAttributeOutput... attributes) The results of the BatchPutAttributeMetadata action.errors(Collection<AttributeError> errors) The errors generated when the BatchPutAttributeMetadata action is invoked.errors(Consumer<AttributeError.Builder>... errors) The errors generated when the BatchPutAttributeMetadata action is invoked.errors(AttributeError... errors) The errors generated when the BatchPutAttributeMetadata action is invoked.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.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
-
attributes
BatchPutAttributesMetadataResponse.Builder attributes(Collection<BatchPutAttributeOutput> attributes) The results of the BatchPutAttributeMetadata action.
- Parameters:
attributes- The results of the BatchPutAttributeMetadata action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
The results of the BatchPutAttributeMetadata action.
- Parameters:
attributes- The results of the BatchPutAttributeMetadata action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
BatchPutAttributesMetadataResponse.Builder attributes(Consumer<BatchPutAttributeOutput.Builder>... attributes) The results of the BatchPutAttributeMetadata action.
This is a convenience method that creates an instance of theBatchPutAttributeOutput.Builderavoiding the need to create one manually viaBatchPutAttributeOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributes(List<BatchPutAttributeOutput>).- Parameters:
attributes- a consumer that will call methods onBatchPutAttributeOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errors
The errors generated when the BatchPutAttributeMetadata action is invoked.
- Parameters:
errors- The errors generated when the BatchPutAttributeMetadata action is invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
The errors generated when the BatchPutAttributeMetadata action is invoked.
- Parameters:
errors- The errors generated when the BatchPutAttributeMetadata action is invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
The errors generated when the BatchPutAttributeMetadata action is invoked.
This is a convenience method that creates an instance of theAttributeError.Builderavoiding the need to create one manually viaAttributeError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrors(List<AttributeError>).- Parameters:
errors- a consumer that will call methods onAttributeError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-