public static class Profile.Builder extends Object implements 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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copy
apply
public Profile.Builder name(String name)
public Profile.Builder properties(Map<String,String> properties)
public Profile build()
build
in interface SdkBuilder<Profile.Builder,Profile>
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.