Interface BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder,BatchUpdateMemberEc2DeepInspectionStatusResponse>,Inspector2Response.Builder,SdkBuilder<BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder,BatchUpdateMemberEc2DeepInspectionStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchUpdateMemberEc2DeepInspectionStatusResponse
public static interface BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<BatchUpdateMemberEc2DeepInspectionStatusResponse.Builder,BatchUpdateMemberEc2DeepInspectionStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateMemberEc2DeepInspectionStatusResponse.BuilderaccountIds(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.BuilderaccountIds(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.BuilderaccountIds(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.BuilderfailedAccountIds(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.BuilderfailedAccountIds(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.BuilderfailedAccountIds(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
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
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 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
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 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)
-
-