Interface CreateAwsLogSourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateAwsLogSourceResponse.Builder,CreateAwsLogSourceResponse>,SdkBuilder<CreateAwsLogSourceResponse.Builder,CreateAwsLogSourceResponse>,SdkPojo,SdkResponse.Builder,SecurityLakeResponse.Builder
- Enclosing class:
- CreateAwsLogSourceResponse
public static interface CreateAwsLogSourceResponse.Builder extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<CreateAwsLogSourceResponse.Builder,CreateAwsLogSourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAwsLogSourceResponse.Builderfailed(String... failed)Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed.CreateAwsLogSourceResponse.Builderfailed(Collection<String> failed)Lists all accounts in which enabling a natively supported Amazon Web 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, 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
-
failed
CreateAwsLogSourceResponse.Builder failed(Collection<String> failed)
Lists all accounts in which enabling a natively supported Amazon Web 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 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
CreateAwsLogSourceResponse.Builder failed(String... failed)
Lists all accounts in which enabling a natively supported Amazon Web 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 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.
-
-