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 errors messages for requests to GetMembershipAccountDetails.errors
(Consumer<GetMembershipAccountDetailError.Builder>... errors) The response element providing errors messages for requests to GetMembershipAccountDetails.errors
(GetMembershipAccountDetailError... errors) The response element providing errors 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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods 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.Builder
avoiding the need to create one manually viaGetMembershipAccountDetailItem.builder()
.When the
Consumer
completes,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 errors messages for requests to GetMembershipAccountDetails.
- Parameters:
errors
- The response element providing errors 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 errors messages for requests to GetMembershipAccountDetails.
- Parameters:
errors
- The response element providing errors 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 errors messages for requests to GetMembershipAccountDetails.
This is a convenience method that creates an instance of theGetMembershipAccountDetailError.Builder
avoiding the need to create one manually viaGetMembershipAccountDetailError.builder()
.When the
Consumer
completes,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:
-