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.
|
copy
applyMutation
Profile.Builder name(String name)
Profile.Builder properties(Map<String,String> properties)
Profile build()
build
in interface Buildable
build
in interface SdkBuilder<Profile.Builder,Profile>
Copyright © 2019. All rights reserved.