public static interface ParameterObject.Builder extends CopyableBuilder<ParameterObject.Builder,ParameterObject>
Modifier and Type | Method and 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.
attributes
- The attributes of the parameter object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.