Interface ProfileMappingSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileMappingSource.Builder,,ProfileMappingSource> SdkBuilder<ProfileMappingSource.Builder,,ProfileMappingSource> SdkPojo
- Enclosing class:
ProfileMappingSource
@Mutable
@NotThreadSafe
public static interface ProfileMappingSource.Builder
extends SdkPojo, CopyableBuilder<ProfileMappingSource.Builder,ProfileMappingSource>
-
Method Summary
Modifier and TypeMethodDescriptionprofileMapping(Map<String, String> profileMapping) The content as a map of file paths to profile strings.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
profileMapping
The content as a map of file paths to profile strings.
- Parameters:
profileMapping- The content as a map of file paths to profile strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-