Interface BatchGetProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetProfileResponse.Builder,,BatchGetProfileResponse> CustomerProfilesResponse.Builder,SdkBuilder<BatchGetProfileResponse.Builder,,BatchGetProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchGetProfileResponse
public static interface BatchGetProfileResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<BatchGetProfileResponse.Builder,BatchGetProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionerrors(Collection<BatchGetProfileError> errors) For information about the errors that are common to all actions, see Common Errors.errors(Consumer<BatchGetProfileError.Builder>... errors) For information about the errors that are common to all actions, see Common Errors.errors(BatchGetProfileError... errors) For information about the errors that are common to all actions, see Common Errors.profiles(Collection<Profile> profiles) Array of Profile Objects.profiles(Consumer<Profile.Builder>... profiles) Array of Profile Objects.Array of Profile Objects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse
-
Method Details
-
errors
For information about the errors that are common to all actions, see Common Errors.
- Parameters:
errors- For information about the errors that are common to all actions, see Common Errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
For information about the errors that are common to all actions, see Common Errors.
- Parameters:
errors- For information about the errors that are common to all actions, see Common Errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
For information about the errors that are common to all actions, see Common Errors.
This is a convenience method that creates an instance of theBatchGetProfileError.Builderavoiding the need to create one manually viaBatchGetProfileError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrors(List<BatchGetProfileError>).- Parameters:
errors- a consumer that will call methods onBatchGetProfileError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
profiles
Array of Profile Objects.
- Parameters:
profiles- Array of Profile Objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profiles
Array of Profile Objects.
- Parameters:
profiles- Array of Profile Objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profiles
Array of Profile Objects.
This is a convenience method that creates an instance of theProfile.Builderavoiding the need to create one manually viaProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprofiles(List<Profile>).- Parameters:
profiles- a consumer that will call methods onProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-