Interface ApplicationConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationConfig.Builder,,ApplicationConfig> SdkBuilder<ApplicationConfig.Builder,,ApplicationConfig> SdkPojo
- Enclosing class:
ApplicationConfig
@Mutable
@NotThreadSafe
public static interface ApplicationConfig.Builder
extends SdkPojo, CopyableBuilder<ApplicationConfig.Builder,ApplicationConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ApplicationConfig.BuildercontactHandling(Consumer<ContactHandling.Builder> contactHandling) The contact handling configuration for the application.contactHandling(ContactHandling contactHandling) The contact handling configuration for the application.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
-
contactHandling
The contact handling configuration for the application.
- Parameters:
contactHandling- The contact handling configuration for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactHandling
default ApplicationConfig.Builder contactHandling(Consumer<ContactHandling.Builder> contactHandling) The contact handling configuration for the application.
This is a convenience method that creates an instance of theContactHandling.Builderavoiding the need to create one manually viaContactHandling.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontactHandling(ContactHandling).- Parameters:
contactHandling- a consumer that will call methods onContactHandling.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-