Interface BatchGetMemberEc2DeepInspectionStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetMemberEc2DeepInspectionStatusResponse.Builder,BatchGetMemberEc2DeepInspectionStatusResponse>,Inspector2Response.Builder,SdkBuilder<BatchGetMemberEc2DeepInspectionStatusResponse.Builder,BatchGetMemberEc2DeepInspectionStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchGetMemberEc2DeepInspectionStatusResponse
public static interface BatchGetMemberEc2DeepInspectionStatusResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<BatchGetMemberEc2DeepInspectionStatusResponse.Builder,BatchGetMemberEc2DeepInspectionStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetMemberEc2DeepInspectionStatusResponse.BuilderaccountIds(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.BuilderaccountIds(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.BuilderaccountIds(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.BuilderfailedAccountIds(Collection<FailedMemberAccountEc2DeepInspectionStatusState> failedAccountIds)An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.BatchGetMemberEc2DeepInspectionStatusResponse.BuilderfailedAccountIds(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.BuilderfailedAccountIds(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 Detail
-
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.
This is a convenience method that creates an instance of the</p>MemberAccountEc2DeepInspectionStatusState.Builderavoiding the need to create one manually viaMemberAccountEc2DeepInspectionStatusState.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#accountIds(List.) - 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:
#accountIds(java.util.Collection)
-
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.
This is a convenience method that creates an instance of the</p>FailedMemberAccountEc2DeepInspectionStatusState.Builderavoiding the need to create one manually viaFailedMemberAccountEc2DeepInspectionStatusState.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#failedAccountIds(List.) - 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:
#failedAccountIds(java.util.Collection)
-
-