public static interface BatchGetMemberEc2DeepInspectionStatusResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<BatchGetMemberEc2DeepInspectionStatusResponse.Builder,BatchGetMemberEc2DeepInspectionStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetMemberEc2DeepInspectionStatusResponse.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>
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.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>
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.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>
This is a convenience method that creates an instance of the
MemberAccountEc2DeepInspectionStatusState.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) 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>
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.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>
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.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>
This is a convenience method that creates an instance of the
FailedMemberAccountEc2DeepInspectionStatusState.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.