Interface CreateAwsLogSourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateAwsLogSourceResponse.Builder,
,CreateAwsLogSourceResponse> SdkBuilder<CreateAwsLogSourceResponse.Builder,
,CreateAwsLogSourceResponse> SdkPojo
,SdkResponse.Builder
,SecurityLakeResponse.Builder
- Enclosing class:
CreateAwsLogSourceResponse
@Mutable
@NotThreadSafe
public static interface CreateAwsLogSourceResponse.Builder
extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<CreateAwsLogSourceResponse.Builder,CreateAwsLogSourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionLists all accounts in which enabling a natively supported Amazon Web Services service as a Security Lake source failed.failed
(Collection<String> failed) Lists all accounts in which enabling a natively supported Amazon Web Services service as a Security Lake source failed.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
-
failed
Lists all accounts in which enabling a natively supported Amazon Web Services service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.
- Parameters:
failed
- Lists all accounts in which enabling a natively supported Amazon Web Services service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
Lists all accounts in which enabling a natively supported Amazon Web Services service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.
- Parameters:
failed
- Lists all accounts in which enabling a natively supported Amazon Web Services service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-