Uses of Interface
software.amazon.awssdk.profiles.Profile.Builder
-
Packages that use Profile.Builder Package Description software.amazon.awssdk.profiles -
-
Uses of Profile.Builder in software.amazon.awssdk.profiles
Methods in software.amazon.awssdk.profiles that return Profile.Builder Modifier and Type Method Description static Profile.BuilderProfile. builder()Create a builder for defining a profile with specific attributes.Profile.BuilderProfile.Builder. name(String name)Define the name of this profile, without the legacy "profile" prefix.Profile.BuilderProfile.Builder. properties(Map<String,String> properties)Define the properties configured in this profile.Profile.BuilderProfile. toBuilder()
-