public static interface PutAttributesResponse.Builder extends ECSResponse.Builder, 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.
|
buildcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.