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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDataLakeExceptionSubscriptionResponse.BuilderexceptionTimeToLive(Long exceptionTimeToLive)The expiration period and time-to-live (TTL).GetDataLakeExceptionSubscriptionResponse.BuildernotificationEndpoint(String notificationEndpoint)The Amazon Web Services account where you receive exception notifications.GetDataLakeExceptionSubscriptionResponse.BuildersubscriptionProtocol(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, 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 Detail
-
exceptionTimeToLive
GetDataLakeExceptionSubscriptionResponse.Builder exceptionTimeToLive(Long 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
GetDataLakeExceptionSubscriptionResponse.Builder notificationEndpoint(String 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
GetDataLakeExceptionSubscriptionResponse.Builder subscriptionProtocol(String 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.
-
-