Interface BatchGetMemberEc2DeepInspectionStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchGetMemberEc2DeepInspectionStatusResponse.Builder,
,BatchGetMemberEc2DeepInspectionStatusResponse> Inspector2Response.Builder
,SdkBuilder<BatchGetMemberEc2DeepInspectionStatusResponse.Builder,
,BatchGetMemberEc2DeepInspectionStatusResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchGetMemberEc2DeepInspectionStatusResponse
-
Method Summary
Modifier and TypeMethodDescriptionAn array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.accountIds
(Consumer<MemberAccountEc2DeepInspectionStatusState.Builder>... accountIds) An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.accountIds
(MemberAccountEc2DeepInspectionStatusState... accountIds) An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.failedAccountIds
(Collection<FailedMemberAccountEc2DeepInspectionStatusState> failedAccountIds) An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.failedAccountIds
(Consumer<FailedMemberAccountEc2DeepInspectionStatusState.Builder>... failedAccountIds) An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.failedAccountIds
(FailedMemberAccountEc2DeepInspectionStatusState... failedAccountIds) An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
accountIds
BatchGetMemberEc2DeepInspectionStatusResponse.Builder accountIds(Collection<MemberAccountEc2DeepInspectionStatusState> accountIds) An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.
</p>
- Parameters:
accountIds
- An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.</p>
@return Returns a reference to this object so that method calls can be chained together.
-
accountIds
BatchGetMemberEc2DeepInspectionStatusResponse.Builder accountIds(MemberAccountEc2DeepInspectionStatusState... accountIds) An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.
</p>
- Parameters:
accountIds
- An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.</p>
@return Returns a reference to this object so that method calls can be chained together.
-
accountIds
BatchGetMemberEc2DeepInspectionStatusResponse.Builder accountIds(Consumer<MemberAccountEc2DeepInspectionStatusState.Builder>... accountIds) An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.
</p>
MemberAccountEc2DeepInspectionStatusState.Builder
avoiding the need to create one manually viaMemberAccountEc2DeepInspectionStatusState.builder()
.When the
Consumer
completes,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
BatchGetMemberEc2DeepInspectionStatusResponse.Builder failedAccountIds(Collection<FailedMemberAccountEc2DeepInspectionStatusState> failedAccountIds) An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.
</p>
- Parameters:
failedAccountIds
- An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.</p>
@return Returns a reference to this object so that method calls can be chained together.
-
failedAccountIds
BatchGetMemberEc2DeepInspectionStatusResponse.Builder failedAccountIds(FailedMemberAccountEc2DeepInspectionStatusState... failedAccountIds) An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.
</p>
- Parameters:
failedAccountIds
- An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.</p>
@return Returns a reference to this object so that method calls can be chained together.
-
failedAccountIds
BatchGetMemberEc2DeepInspectionStatusResponse.Builder failedAccountIds(Consumer<FailedMemberAccountEc2DeepInspectionStatusState.Builder>... failedAccountIds) An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.
</p>
FailedMemberAccountEc2DeepInspectionStatusState.Builder
avoiding the need to create one manually viaFailedMemberAccountEc2DeepInspectionStatusState.builder()
.When the
Consumer
completes,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:
-