CopyableBuilder<PutAttributesResponse.Builder,PutAttributesResponse>
, SdkBuilder<PutAttributesResponse.Builder,PutAttributesResponse>
public static interface PutAttributesResponse.Builder extends CopyableBuilder<PutAttributesResponse.Builder,PutAttributesResponse>
Modifier and Type | Method | Description |
---|---|---|
PutAttributesResponse.Builder |
attributes(Collection<Attribute> attributes) |
The attributes applied to your resource.
|
PutAttributesResponse.Builder |
attributes(Attribute... attributes) |
The attributes applied to your resource.
|
copy
apply, build
PutAttributesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- The attributes applied to your resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.