Uses of Interface
software.amazon.awssdk.profiles.ProfileFile.Builder
-
Packages that use ProfileFile.Builder Package Description software.amazon.awssdk.profiles -
-
Uses of ProfileFile.Builder in software.amazon.awssdk.profiles
Methods in software.amazon.awssdk.profiles that return ProfileFile.Builder Modifier and Type Method Description static ProfileFile.BuilderProfileFile. builder()Create a builder for aProfileFile.ProfileFile.BuilderProfileFile.Builder. content(InputStream contentStream)Configure the content of the profile file.default ProfileFile.BuilderProfileFile.Builder. content(String content)Configure the content of the profile file.ProfileFile.BuilderProfileFile.Builder. content(Path contentLocation)Configure the location from which the profile file should be loaded.ProfileFile.BuilderProfileFile.Builder. type(ProfileFile.Type type)Configure theProfileFile.Typeof file that should be loaded.
-