Class SecurityLakeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.securitylake.model.SecurityLakeRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateAwsLogSourceRequest,CreateCustomLogSourceRequest,CreateDataLakeExceptionSubscriptionRequest,CreateDataLakeOrganizationConfigurationRequest,CreateDataLakeRequest,CreateSubscriberNotificationRequest,CreateSubscriberRequest,DeleteAwsLogSourceRequest,DeleteCustomLogSourceRequest,DeleteDataLakeExceptionSubscriptionRequest,DeleteDataLakeOrganizationConfigurationRequest,DeleteDataLakeRequest,DeleteSubscriberNotificationRequest,DeleteSubscriberRequest,DeregisterDataLakeDelegatedAdministratorRequest,GetDataLakeExceptionSubscriptionRequest,GetDataLakeOrganizationConfigurationRequest,GetDataLakeSourcesRequest,GetSubscriberRequest,ListDataLakeExceptionsRequest,ListDataLakesRequest,ListLogSourcesRequest,ListSubscribersRequest,ListTagsForResourceRequest,RegisterDataLakeDelegatedAdministratorRequest,TagResourceRequest,UntagResourceRequest,UpdateDataLakeExceptionSubscriptionRequest,UpdateDataLakeRequest,UpdateSubscriberNotificationRequest,UpdateSubscriberRequest
@Generated("software.amazon.awssdk:codegen") public abstract class SecurityLakeRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSecurityLakeRequest.Builderprotected static classSecurityLakeRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedSecurityLakeRequest(SecurityLakeRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract SecurityLakeRequest.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
SecurityLakeRequest
protected SecurityLakeRequest(SecurityLakeRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract SecurityLakeRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-