Interface Profile.Builder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder

        copy
      • Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder

        applyMutation
    • Method Detail

      • name

        Profile.Builder name​(String name)
        Define the name of this profile, without the legacy "profile" prefix.
      • build

        Profile build()
        Create a profile using the current state of this builder.
        Specified by:
        build in interface software.amazon.awssdk.utils.builder.Buildable
        Specified by:
        build in interface software.amazon.awssdk.utils.builder.SdkBuilder<Profile.Builder,​Profile>