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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.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- 
eventTypeThe 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:
 
- 
eventTypeThe 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:
 
- 
destinationNameThe 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.
 
- 
createdAtThe 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.
 
- 
updatedAtThe 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.
 
- 
tagsDeprecated.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.
 
 
-