Package | Description |
---|---|
software.amazon.awssdk.profiles |
Modifier and Type | Method and Description |
---|---|
static Profile.Builder |
Profile.builder()
Create a builder for defining a profile with specific attributes.
|
Profile.Builder |
Profile.Builder.name(String name)
Define the name of this profile, without the legacy "profile" prefix.
|
Profile.Builder |
Profile.Builder.properties(Map<String,String> properties)
Define the properties configured in this profile.
|
Profile.Builder |
Profile.toBuilder() |
Copyright © 2019. All rights reserved.