Interface GetDataLakeExceptionSubscriptionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetDataLakeExceptionSubscriptionResponse.Builder,,GetDataLakeExceptionSubscriptionResponse> SdkBuilder<GetDataLakeExceptionSubscriptionResponse.Builder,,GetDataLakeExceptionSubscriptionResponse> SdkPojo,SdkResponse.Builder,SecurityLakeResponse.Builder
- Enclosing class:
 GetDataLakeExceptionSubscriptionResponse
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods 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).
- Parameters:
 exceptionTimeToLive- The expiration period and time-to-live (TTL).- 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.
 
 
 -