Interface BatchGetAttributesMetadataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetAttributesMetadataResponse.Builder,,BatchGetAttributesMetadataResponse> DataZoneResponse.Builder,SdkBuilder<BatchGetAttributesMetadataResponse.Builder,,BatchGetAttributesMetadataResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchGetAttributesMetadataResponse
@Mutable
@NotThreadSafe
public static interface BatchGetAttributesMetadataResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<BatchGetAttributesMetadataResponse.Builder,BatchGetAttributesMetadataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Collection<BatchGetAttributeOutput> attributes) The results of the BatchGetAttributesMetadata action.attributes(Consumer<BatchGetAttributeOutput.Builder>... attributes) The results of the BatchGetAttributesMetadata action.attributes(BatchGetAttributeOutput... attributes) The results of the BatchGetAttributesMetadata action.errors(Collection<AttributeError> errors) The errors generated when the BatchGetAttributesMetadata action is invoked.errors(Consumer<AttributeError.Builder>... errors) The errors generated when the BatchGetAttributesMetadata action is invoked.errors(AttributeError... errors) The errors generated when the BatchGetAttributesMetadata 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
BatchGetAttributesMetadataResponse.Builder attributes(Collection<BatchGetAttributeOutput> attributes) The results of the BatchGetAttributesMetadata action.
- Parameters:
attributes- The results of the BatchGetAttributesMetadata action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
The results of the BatchGetAttributesMetadata action.
- Parameters:
attributes- The results of the BatchGetAttributesMetadata action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
BatchGetAttributesMetadataResponse.Builder attributes(Consumer<BatchGetAttributeOutput.Builder>... attributes) The results of the BatchGetAttributesMetadata action.
This is a convenience method that creates an instance of theBatchGetAttributeOutput.Builderavoiding the need to create one manually viaBatchGetAttributeOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributes(List<BatchGetAttributeOutput>).- Parameters:
attributes- a consumer that will call methods onBatchGetAttributeOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errors
The errors generated when the BatchGetAttributesMetadata action is invoked.
- Parameters:
errors- The errors generated when the BatchGetAttributesMetadata action is invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
The errors generated when the BatchGetAttributesMetadata action is invoked.
- Parameters:
errors- The errors generated when the BatchGetAttributesMetadata action is invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
The errors generated when the BatchGetAttributesMetadata 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:
-