public static interface ParameterObject.Builder extends SdkPojo, 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(Consumer<ParameterAttribute.Builder>... 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParameterObject.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.ParameterObject.Builder attributes(Consumer<ParameterAttribute.Builder>... attributes)
The attributes of the parameter object.
This is a convenience method that creates an instance of theParameterAttribute.Builder avoiding the need to
create one manually via
ParameterAttribute.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
ParameterAttribute.Builder#attributes(java.util.Collection) Copyright © 2023. All rights reserved.