Interface BatchGetMemberAccountDetailsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetMemberAccountDetailsResponse.Builder,,BatchGetMemberAccountDetailsResponse> SdkBuilder<BatchGetMemberAccountDetailsResponse.Builder,,BatchGetMemberAccountDetailsResponse> SdkPojo,SdkResponse.Builder,SecurityIrResponse.Builder
- Enclosing class:
BatchGetMemberAccountDetailsResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe response element providing error messages for requests to GetMembershipAccountDetails.errors(Consumer<GetMembershipAccountDetailError.Builder>... errors) The response element providing error messages for requests to GetMembershipAccountDetails.errors(GetMembershipAccountDetailError... errors) The response element providing error messages for requests to GetMembershipAccountDetails.The response element providing responses for requests to GetMembershipAccountDetails.items(Consumer<GetMembershipAccountDetailItem.Builder>... items) The response element providing responses for requests to GetMembershipAccountDetails.items(GetMembershipAccountDetailItem... items) The response element providing responses for requests to GetMembershipAccountDetails.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityir.model.SecurityIrResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
items
BatchGetMemberAccountDetailsResponse.Builder items(Collection<GetMembershipAccountDetailItem> items) The response element providing responses for requests to GetMembershipAccountDetails.
- Parameters:
items- The response element providing responses for requests to GetMembershipAccountDetails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The response element providing responses for requests to GetMembershipAccountDetails.
- Parameters:
items- The response element providing responses for requests to GetMembershipAccountDetails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
BatchGetMemberAccountDetailsResponse.Builder items(Consumer<GetMembershipAccountDetailItem.Builder>... items) The response element providing responses for requests to GetMembershipAccountDetails.
This is a convenience method that creates an instance of theGetMembershipAccountDetailItem.Builderavoiding the need to create one manually viaGetMembershipAccountDetailItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<GetMembershipAccountDetailItem>).- Parameters:
items- a consumer that will call methods onGetMembershipAccountDetailItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errors
BatchGetMemberAccountDetailsResponse.Builder errors(Collection<GetMembershipAccountDetailError> errors) The response element providing error messages for requests to GetMembershipAccountDetails.
- Parameters:
errors- The response element providing error messages for requests to GetMembershipAccountDetails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
The response element providing error messages for requests to GetMembershipAccountDetails.
- Parameters:
errors- The response element providing error messages for requests to GetMembershipAccountDetails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchGetMemberAccountDetailsResponse.Builder errors(Consumer<GetMembershipAccountDetailError.Builder>... errors) The response element providing error messages for requests to GetMembershipAccountDetails.
This is a convenience method that creates an instance of theGetMembershipAccountDetailError.Builderavoiding the need to create one manually viaGetMembershipAccountDetailError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrors(List<GetMembershipAccountDetailError>).- Parameters:
errors- a consumer that will call methods onGetMembershipAccountDetailError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-