Interface GetDataLakeExceptionSubscriptionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDataLakeExceptionSubscriptionResponse.Builder,
,GetDataLakeExceptionSubscriptionResponse> SdkBuilder<GetDataLakeExceptionSubscriptionResponse.Builder,
,GetDataLakeExceptionSubscriptionResponse> SdkPojo
,SdkResponse.Builder
,SecurityLakeResponse.Builder
- Enclosing class:
GetDataLakeExceptionSubscriptionResponse
@Mutable
@NotThreadSafe
public static interface GetDataLakeExceptionSubscriptionResponse.Builder
extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<GetDataLakeExceptionSubscriptionResponse.Builder,GetDataLakeExceptionSubscriptionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexceptionTimeToLive
(Long exceptionTimeToLive) The expiration period and time-to-live (TTL).notificationEndpoint
(String notificationEndpoint) The Amazon Web Services account where you receive exception notifications.subscriptionProtocol
(String subscriptionProtocol) The subscription protocol to which exception notifications are posted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.securitylake.model.SecurityLakeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
exceptionTimeToLive
The expiration period and time-to-live (TTL). It is the duration of time until which the exception message remains.
- Parameters:
exceptionTimeToLive
- The expiration period and time-to-live (TTL). It is the duration of time until which the exception message remains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationEndpoint
The Amazon Web Services account where you receive exception notifications.
- Parameters:
notificationEndpoint
- The Amazon Web Services account where you receive exception notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionProtocol
The subscription protocol to which exception notifications are posted.
- Parameters:
subscriptionProtocol
- The subscription protocol to which exception notifications are posted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-