public static interface ProfileFile.Builder extends SdkBuilder<ProfileFile.Builder,ProfileFile>
ProfileFile. content(Path) (or content(InputStream)) and #type(Type) are
required fields.| Modifier and Type | Method and Description |
|---|---|
ProfileFile |
build()
An immutable object that is created from the
properties that have been set on the builder.
|
ProfileFile.Builder |
content(InputStream contentStream)
Configure the content of the profile file.
|
ProfileFile.Builder |
content(Path contentLocation)
Configure the location from which the profile file should be loaded.
|
default ProfileFile.Builder |
content(String content)
Configure the content of the profile file.
|
ProfileFile.Builder |
type(ProfileFile.Type type)
Configure the
ProfileFile.Type of file that should be loaded. |
applyMutationdefault ProfileFile.Builder content(String content)
build() is
invoked.ProfileFile.Builder content(InputStream contentStream)
build() is
invoked.ProfileFile.Builder content(Path contentLocation)
ProfileFile.Builder type(ProfileFile.Type type)
ProfileFile.Type of file that should be loaded.ProfileFile build()
SdkBuilderbuild in interface Buildablebuild in interface SdkBuilder<ProfileFile.Builder,ProfileFile>Copyright © 2026. All rights reserved.