public static interface PutAttributesResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<PutAttributesResponse.Builder,PutAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
PutAttributesResponse.Builder |
attributes(Attribute... attributes)
The attributes applied to your resource.
|
PutAttributesResponse.Builder |
attributes(Collection<Attribute> attributes)
The attributes applied to your resource.
|
PutAttributesResponse.Builder |
attributes(Consumer<Attribute.Builder>... attributes)
The attributes applied to your resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAttributesResponse.Builder attributes(Collection<Attribute> attributes)
The attributes applied to your resource.
attributes - The attributes applied to your resource.PutAttributesResponse.Builder attributes(Attribute... attributes)
The attributes applied to your resource.
attributes - The attributes applied to your resource.PutAttributesResponse.Builder attributes(Consumer<Attribute.Builder>... attributes)
The attributes applied to your resource.
This is a convenience method that creates an instance of theAttribute.Builder avoiding the need to create one manually
via Attribute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #attributes(List.
attributes - a consumer that will call methods on
Attribute.Builder#attributes(java.util.Collection) Copyright © 2022. All rights reserved.