public static interface Profile.Builder extends CopyableBuilder<Profile.Builder,Profile>
Profile. See Profile.builder().| Modifier and Type | Method and Description | 
|---|---|
Profile | 
build()
Create a profile using the current state of this builder. 
 | 
Profile.Builder | 
name(String name)
Define the name of this profile, without the legacy "profile" prefix. 
 | 
Profile.Builder | 
properties(Map<String,String> properties)
Define the properties configured in this profile. 
 | 
copyapplyMutationProfile.Builder name(String name)
Profile.Builder properties(Map<String,String> properties)
Profile build()
build in interface Buildablebuild in interface SdkBuilder<Profile.Builder,Profile>Copyright © 2019. All rights reserved.