Interface DeleteAwsLogSourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteAwsLogSourceResponse.Builder,DeleteAwsLogSourceResponse>,SdkBuilder<DeleteAwsLogSourceResponse.Builder,DeleteAwsLogSourceResponse>,SdkPojo,SdkResponse.Builder,SecurityLakeResponse.Builder
- Enclosing class:
- DeleteAwsLogSourceResponse
public static interface DeleteAwsLogSourceResponse.Builder extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<DeleteAwsLogSourceResponse.Builder,DeleteAwsLogSourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAwsLogSourceResponse.Builderfailed(String... failed)Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.DeleteAwsLogSourceResponse.Builderfailed(Collection<String> failed)Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.-
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
DeleteAwsLogSourceResponse.Builder failed(Collection<String> failed)
Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.
- Parameters:
failed- Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
DeleteAwsLogSourceResponse.Builder failed(String... failed)
Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.
- Parameters:
failed- Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-