public interface ProfileCreateBuilder extends Buildable.Builder<ProfileCreateBuilder,ProfileCreate>
ProfileCreate
objectsModifier and Type | Method and Description |
---|---|
ProfileCreateBuilder |
metadata(Map<String,Map> metadata)
Add a list of key and value pairs to associate with the profile.
|
ProfileCreateBuilder |
name(String name)
Add the name for the profile.
|
ProfileCreateBuilder |
spec(Map<String,Object> spec)
Add detailed specification based on the chosen profile type.
|
build, from
ProfileCreateBuilder name(String name)
name
- The name for the profile.ProfileCreateBuilder spec(Map<String,Object> spec)
spec
- The detailed specification based on the chosen profile type.ProfileCreateBuilder metadata(Map<String,Map> metadata)
metadata
- The list of key and value pairs to associate with the profile.Copyright © 2017. All rights reserved.