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 Summary
Modifier 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 theManagedNotificationConfiguration
associated with theManagedNotificationChildEvent
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The 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.
-
managedNotificationConfigurationArn
GetManagedNotificationChildEventResponse.Builder managedNotificationConfigurationArn(String managedNotificationConfigurationArn) The Amazon Resource Name (ARN) of the
ManagedNotificationConfiguration
associated with theManagedNotificationChildEvent
.- Parameters:
managedNotificationConfigurationArn
- The Amazon Resource Name (ARN) of theManagedNotificationConfiguration
associated with theManagedNotificationChildEvent
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation time of the
ManagedNotificationChildEvent
.- Parameters:
creationTime
- The creation time of theManagedNotificationChildEvent
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The content of the
ManagedNotificationChildEvent
.- Parameters:
content
- The content of theManagedNotificationChildEvent
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
default GetManagedNotificationChildEventResponse.Builder content(Consumer<ManagedNotificationChildEvent.Builder> content) The content of the
This is a convenience method that creates an instance of theManagedNotificationChildEvent
.ManagedNotificationChildEvent.Builder
avoiding the need to create one manually viaManagedNotificationChildEvent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocontent(ManagedNotificationChildEvent)
.- Parameters:
content
- a consumer that will call methods onManagedNotificationChildEvent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-