CopyableBuilder<ParameterObject.Builder,ParameterObject>
, SdkBuilder<ParameterObject.Builder,ParameterObject>
public static interface ParameterObject.Builder extends CopyableBuilder<ParameterObject.Builder,ParameterObject>
Modifier and Type | Method | Description |
---|---|---|
ParameterObject.Builder |
attributes(Collection<ParameterAttribute> attributes) |
The attributes of the parameter object.
|
ParameterObject.Builder |
attributes(ParameterAttribute... attributes) |
The attributes of the parameter object.
|
ParameterObject.Builder |
id(String id) |
The ID of the parameter object.
|
copy
apply, build
ParameterObject.Builder id(String id)
The ID of the parameter object.
id
- The ID of the parameter object.ParameterObject.Builder attributes(Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
attributes
- The attributes of the parameter object.ParameterObject.Builder attributes(ParameterAttribute... attributes)
The attributes of the parameter object.
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 of the parameter object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.