Interface GetManagedNotificationChildEventResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetManagedNotificationChildEventResponse.Builder,GetManagedNotificationChildEventResponse>,NotificationsResponse.Builder,SdkBuilder<GetManagedNotificationChildEventResponse.Builder,GetManagedNotificationChildEventResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetManagedNotificationChildEventResponse
public static interface GetManagedNotificationChildEventResponse.Builder extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<GetManagedNotificationChildEventResponse.Builder,GetManagedNotificationChildEventResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetManagedNotificationChildEventResponse.Builderarn(String arn)The ARN of the resource.default GetManagedNotificationChildEventResponse.Buildercontent(Consumer<ManagedNotificationChildEvent.Builder> content)The content of theManagedNotificationChildEvent.GetManagedNotificationChildEventResponse.Buildercontent(ManagedNotificationChildEvent content)The content of theManagedNotificationChildEvent.GetManagedNotificationChildEventResponse.BuildercreationTime(Instant creationTime)The creation time of theManagedNotificationChildEvent.GetManagedNotificationChildEventResponse.BuildermanagedNotificationConfigurationArn(String managedNotificationConfigurationArn)The Amazon Resource Name (ARN) of theManagedNotificationConfigurationassociated 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 Detail
-
arn
GetManagedNotificationChildEventResponse.Builder arn(String 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
ManagedNotificationConfigurationassociated with theManagedNotificationChildEvent.- Parameters:
managedNotificationConfigurationArn- The Amazon Resource Name (ARN) of theManagedNotificationConfigurationassociated with theManagedNotificationChildEvent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
GetManagedNotificationChildEventResponse.Builder creationTime(Instant 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
GetManagedNotificationChildEventResponse.Builder content(ManagedNotificationChildEvent 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.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 onManagedNotificationChildEvent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
content(ManagedNotificationChildEvent)
-
-