Interface GetManagedNotificationChildEventResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetManagedNotificationChildEventResponse.Builder,,- GetManagedNotificationChildEventResponse> - NotificationsResponse.Builder,- SdkBuilder<GetManagedNotificationChildEventResponse.Builder,,- GetManagedNotificationChildEventResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetManagedNotificationChildEventResponse
@Mutable
@NotThreadSafe
public static interface GetManagedNotificationChildEventResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<GetManagedNotificationChildEventResponse.Builder,GetManagedNotificationChildEventResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the resource.The content of theManagedNotificationChildEvent.content(ManagedNotificationChildEvent content) The content of theManagedNotificationChildEvent.creationTime(Instant creationTime) The creation time of theManagedNotificationChildEvent.managedNotificationConfigurationArn(String managedNotificationConfigurationArn) The Amazon Resource Name (ARN) of theManagedNotificationConfigurationassociated with theManagedNotificationChildEvent.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnThe ARN of the resource. - Parameters:
- arn- The ARN of the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
managedNotificationConfigurationArnGetManagedNotificationChildEventResponse.Builder managedNotificationConfigurationArn(String managedNotificationConfigurationArn) The Amazon Resource Name (ARN) of the ManagedNotificationConfigurationassociated with theManagedNotificationChildEvent.- Parameters:
- managedNotificationConfigurationArn- The Amazon Resource Name (ARN) of the- ManagedNotificationConfigurationassociated with the- ManagedNotificationChildEvent.
- 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.
 
- 
contentThe content of the ManagedNotificationChildEvent.- Parameters:
- content- The content of the- ManagedNotificationChildEvent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
contentdefault GetManagedNotificationChildEventResponse.Builder content(Consumer<ManagedNotificationChildEvent.Builder> content) The content of the This is a convenience method that creates an instance of theManagedNotificationChildEvent.ManagedNotificationChildEvent.Builderavoiding the need to create one manually viaManagedNotificationChildEvent.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontent(ManagedNotificationChildEvent).- Parameters:
- content- a consumer that will call methods on- ManagedNotificationChildEvent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-