Interface ProfileConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileConfiguration.Builder,,ProfileConfiguration> SdkBuilder<ProfileConfiguration.Builder,,ProfileConfiguration> SdkPojo
- Enclosing class:
ProfileConfiguration
@Mutable
@NotThreadSafe
public static interface ProfileConfiguration.Builder
extends SdkPojo, CopyableBuilder<ProfileConfiguration.Builder,ProfileConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultProfiles(String... defaultProfiles) The list of default profiles for the data store. defaultProfiles(Collection<String> defaultProfiles) The list of default profiles for the data store. 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
-
defaultProfiles
The list of default profiles for the data store. - Parameters:
defaultProfiles- The list of default profiles for the data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultProfiles
The list of default profiles for the data store. - Parameters:
defaultProfiles- The list of default profiles for the data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-