Interface ManagedNotificationChildEventOverview.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ManagedNotificationChildEventOverview.Builder,,- ManagedNotificationChildEventOverview> - SdkBuilder<ManagedNotificationChildEventOverview.Builder,,- ManagedNotificationChildEventOverview> - SdkPojo
- Enclosing class:
- ManagedNotificationChildEventOverview
@Mutable
@NotThreadSafe
public static interface ManagedNotificationChildEventOverview.Builder
extends SdkPojo, CopyableBuilder<ManagedNotificationChildEventOverview.Builder,ManagedNotificationChildEventOverview> 
- 
Method SummaryModifier and TypeMethodDescriptionaggregateManagedNotificationEventArn(String aggregateManagedNotificationEventArn) The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with thisManagedNotificationChildEvent.The Amazon Resource Name (ARN) of theManagedNotificationChildEvent.The content of theManagedNotificationChildEvent.childEvent(ManagedNotificationChildEventSummary childEvent) The content of theManagedNotificationChildEvent.creationTime(Instant creationTime) The creation time of theManagedNotificationChildEvent.managedNotificationConfigurationArn(String managedNotificationConfigurationArn) The Amazon Resource Name (ARN) of theManagedNotificationConfiguration.organizationalUnitId(String organizationalUnitId) The Organizational Unit Id that an AWS account belongs to.relatedAccount(String relatedAccount) The account that related to theManagedNotificationChildEvent.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 ManagedNotificationChildEvent.- Parameters:
- arn- The Amazon Resource Name (ARN) of the- ManagedNotificationChildEvent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
managedNotificationConfigurationArnManagedNotificationChildEventOverview.Builder managedNotificationConfigurationArn(String managedNotificationConfigurationArn) The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration.- Parameters:
- managedNotificationConfigurationArn- The Amazon Resource Name (ARN) of the- ManagedNotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe creation time of the ManagedNotificationChildEvent.- Parameters:
- creationTime- The creation time of the- ManagedNotificationChildEvent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
childEventManagedNotificationChildEventOverview.Builder childEvent(ManagedNotificationChildEventSummary childEvent) The content of the ManagedNotificationChildEvent.- Parameters:
- childEvent- The content of the- ManagedNotificationChildEvent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
childEventdefault ManagedNotificationChildEventOverview.Builder childEvent(Consumer<ManagedNotificationChildEventSummary.Builder> childEvent) The content of the This is a convenience method that creates an instance of theManagedNotificationChildEvent.ManagedNotificationChildEventSummary.Builderavoiding the need to create one manually viaManagedNotificationChildEventSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochildEvent(ManagedNotificationChildEventSummary).- Parameters:
- childEvent- a consumer that will call methods on- ManagedNotificationChildEventSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
aggregateManagedNotificationEventArnManagedNotificationChildEventOverview.Builder aggregateManagedNotificationEventArn(String aggregateManagedNotificationEventArn) The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with this ManagedNotificationChildEvent.- Parameters:
- aggregateManagedNotificationEventArn- The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with this- ManagedNotificationChildEvent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
organizationalUnitIdThe Organizational Unit Id that an AWS account belongs to. - Parameters:
- organizationalUnitId- The Organizational Unit Id that an AWS account belongs to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-