public static interface Profile.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<Profile.Builder,Profile>
Profile. See Profile.builder().| Modifier and Type | Method and Description |
|---|---|
Profile |
build()
Create a profile using the current state of this builder.
|
Profile.Builder |
name(String name)
Define the name of this profile, without the legacy "profile" prefix.
|
Profile.Builder |
properties(Map<String,String> properties)
Define the properties configured in this profile.
|
Profile.Builder name(String name)
Profile.Builder properties(Map<String,String> properties)
Profile build()
build in interface software.amazon.awssdk.utils.builder.Buildablebuild in interface software.amazon.awssdk.utils.builder.SdkBuilder<Profile.Builder,Profile>Copyright © 2022. All rights reserved.