public interface ProfileCreateBuilder extends Buildable.Builder<ProfileCreateBuilder,ProfileCreate>
ProfileCreate objects| Modifier 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, fromProfileCreateBuilder 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.