Interface BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder,,BatchUpdateMemberEc2DeepInspectionStatusResponse> Inspector2Response.Builder,SdkBuilder<BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder,,BatchUpdateMemberEc2DeepInspectionStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 BatchUpdateMemberEc2DeepInspectionStatusResponse
- 
Method Summary
Modifier and TypeMethodDescriptionAn array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.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.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.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(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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
accountIds
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.
- Parameters:
 accountIds- An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accountIds
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.
- Parameters:
 accountIds- An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accountIds
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.Builderavoiding the need to create one manually viaMemberAccountEc2DeepInspectionStatusState.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountIds(List<MemberAccountEc2DeepInspectionStatusState>).- Parameters:
 accountIds- a consumer that will call methods onMemberAccountEc2DeepInspectionStatusState.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
failedAccountIds
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
failedAccountIds
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
failedAccountIds
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.Builderavoiding the need to create one manually viaFailedMemberAccountEc2DeepInspectionStatusState.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailedAccountIds(List<FailedMemberAccountEc2DeepInspectionStatusState>).- Parameters:
 failedAccountIds- a consumer that will call methods onFailedMemberAccountEc2DeepInspectionStatusState.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -