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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe Amazon Resource Name (ARN) of the ManagedNotificationConfiguration.- Parameters:
- arn- The Amazon Resource Name (ARN) of the- ManagedNotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the ManagedNotificationConfiguration.- Parameters:
- name- The name of the- ManagedNotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the ManagedNotificationConfiguration.- Parameters:
- description- The description of the- ManagedNotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-