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