Interface ManagedNotificationConfigurationStructure.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedNotificationConfigurationStructure.Builder,
,ManagedNotificationConfigurationStructure> SdkBuilder<ManagedNotificationConfigurationStructure.Builder,
,ManagedNotificationConfigurationStructure> SdkPojo
- Enclosing class:
ManagedNotificationConfigurationStructure
@Mutable
@NotThreadSafe
public static interface ManagedNotificationConfigurationStructure.Builder
extends SdkPojo, CopyableBuilder<ManagedNotificationConfigurationStructure.Builder,ManagedNotificationConfigurationStructure>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of theManagedNotificationConfiguration
.description
(String description) The description of theManagedNotificationConfiguration
.The name of theManagedNotificationConfiguration
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the
ManagedNotificationConfiguration
.- Parameters:
arn
- The Amazon Resource Name (ARN) of theManagedNotificationConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the
ManagedNotificationConfiguration
.- Parameters:
name
- The name of theManagedNotificationConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the
ManagedNotificationConfiguration
.- Parameters:
description
- The description of theManagedNotificationConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-