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