Interface GetNotificationEventResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetNotificationEventResponse.Builder,,- GetNotificationEventResponse> - NotificationsResponse.Builder,- SdkBuilder<GetNotificationEventResponse.Builder,,- GetNotificationEventResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetNotificationEventResponse
@Mutable
@NotThreadSafe
public static interface GetNotificationEventResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<GetNotificationEventResponse.Builder,GetNotificationEventResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the resource.content(Consumer<NotificationEvent.Builder> content) The content of theNotificationEvent.content(NotificationEvent content) The content of theNotificationEvent.creationTime(Instant creationTime) The creation time of theNotificationEvent.notificationConfigurationArn(String notificationConfigurationArn) The ARN of theNotificationConfiguration.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.
 
- 
notificationConfigurationArnGetNotificationEventResponse.Builder notificationConfigurationArn(String notificationConfigurationArn) The ARN of the NotificationConfiguration.- Parameters:
- notificationConfigurationArn- The ARN of the- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe creation time of the NotificationEvent.- Parameters:
- creationTime- The creation time of the- NotificationEvent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
contentThe content of the NotificationEvent.- Parameters:
- content- The content of the- NotificationEvent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
contentThe content of the This is a convenience method that creates an instance of theNotificationEvent.NotificationEvent.Builderavoiding the need to create one manually viaNotificationEvent.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontent(NotificationEvent).- Parameters:
- content- a consumer that will call methods on- NotificationEvent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-