public static interface BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder,BatchUpdateMemberEc2DeepInspectionStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder |
accountIds(Collection<MemberAccountEc2DeepInspectionStatusState> accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status was successfully changed for.
|
BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder |
accountIds(Consumer<MemberAccountEc2DeepInspectionStatusState.Builder>... accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status was successfully changed for.
|
BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder |
accountIds(MemberAccountEc2DeepInspectionStatusState... accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status was successfully changed for.
|
BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder |
failedAccountIds(Collection<FailedMemberAccountEc2DeepInspectionStatusState> failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status could not be successfully changed for.
|
BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder |
failedAccountIds(Consumer<FailedMemberAccountEc2DeepInspectionStatusState.Builder>... failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status could not be successfully changed for.
|
BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder |
failedAccountIds(FailedMemberAccountEc2DeepInspectionStatusState... failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection
status could not be successfully changed for.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateMemberEc2DeepInspectionStatusResponse.Builder accountIds(Collection<MemberAccountEc2DeepInspectionStatusState> accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.
accountIds - An array of objects that provide details for each of the accounts that Amazon Inspector deep
inspection status was successfully changed for.BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder accountIds(MemberAccountEc2DeepInspectionStatusState... accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.
accountIds - An array of objects that provide details for each of the accounts that Amazon Inspector deep
inspection status was successfully changed for.BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder accountIds(Consumer<MemberAccountEc2DeepInspectionStatusState.Builder>... accountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.
This is a convenience method that creates an instance of theMemberAccountEc2DeepInspectionStatusState.Builder
avoiding the need to create one manually via
MemberAccountEc2DeepInspectionStatusState.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #accountIds(List.
accountIds - a consumer that will call methods on
MemberAccountEc2DeepInspectionStatusState.Builder#accountIds(java.util.Collection) BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder failedAccountIds(Collection<FailedMemberAccountEc2DeepInspectionStatusState> failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.
failedAccountIds - An array of objects that provide details for each of the accounts that Amazon Inspector deep
inspection status could not be successfully changed for.BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder failedAccountIds(FailedMemberAccountEc2DeepInspectionStatusState... failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.
failedAccountIds - An array of objects that provide details for each of the accounts that Amazon Inspector deep
inspection status could not be successfully changed for.BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder failedAccountIds(Consumer<FailedMemberAccountEc2DeepInspectionStatusState.Builder>... failedAccountIds)
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.
This is a convenience method that creates an instance of theFailedMemberAccountEc2DeepInspectionStatusState.Builder
avoiding the need to create one manually via
FailedMemberAccountEc2DeepInspectionStatusState.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #failedAccountIds(List.
failedAccountIds - a consumer that will call methods on
FailedMemberAccountEc2DeepInspectionStatusState.Builder#failedAccountIds(java.util.Collection) Copyright © 2023. All rights reserved.