Package | Description |
---|---|
software.amazon.awssdk.profiles |
Modifier and Type | Method and Description |
---|---|
static ProfileFile.Builder |
ProfileFile.builder()
Create a builder for a
ProfileFile . |
ProfileFile.Builder |
ProfileFile.Builder.content(InputStream contentStream)
Configure the content of the profile file.
|
ProfileFile.Builder |
ProfileFile.Builder.content(Path contentLocation)
Configure the location from which the profile file should be loaded.
|
ProfileFile.Builder |
ProfileFile.Builder.type(ProfileFile.Type type)
Configure the
ProfileFile.Type of file that should be loaded. |
Copyright © 2019. All rights reserved.