Interface GetNotificationConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetNotificationConfigurationResponse.Builder,
,GetNotificationConfigurationResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<GetNotificationConfigurationResponse.Builder,
,GetNotificationConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetNotificationConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetNotificationConfigurationResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetNotificationConfigurationResponse.Builder,GetNotificationConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp value of when the notification configuration was created.destinationName
(String destinationName) The name of the destination for the notification configuration.The type of event triggering a device notification to the customer-managed destination.The type of event triggering a device notification to the customer-managed destination.Deprecated.Tags has been deprecated for this apiThe timestamp value of when the notification configuration was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.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
-
eventType
The type of event triggering a device notification to the customer-managed destination.
- Parameters:
eventType
- The type of event triggering a device notification to the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
The type of event triggering a device notification to the customer-managed destination.
- Parameters:
eventType
- The type of event triggering a device notification to the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationName
The name of the destination for the notification configuration.
- Parameters:
destinationName
- The name of the destination for the notification configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp value of when the notification configuration was created.
- Parameters:
createdAt
- The timestamp value of when the notification configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp value of when the notification configuration was last updated.
- Parameters:
updatedAt
- The timestamp value of when the notification configuration was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Deprecated.Tags has been deprecated for this apiA set of key/value pairs that are used to manage the notification configuration.
- Parameters:
tags
- A set of key/value pairs that are used to manage the notification configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-