public static interface GetRecommenderConfigurationResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<GetRecommenderConfigurationResponse.Builder,GetRecommenderConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetRecommenderConfigurationResponse.Builder |
recommenderConfigurationResponse(Consumer<RecommenderConfigurationResponse.Builder> recommenderConfigurationResponse)
Sets the value of the RecommenderConfigurationResponse property for this object.
|
GetRecommenderConfigurationResponse.Builder |
recommenderConfigurationResponse(RecommenderConfigurationResponse recommenderConfigurationResponse)
Sets the value of the RecommenderConfigurationResponse property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRecommenderConfigurationResponse.Builder recommenderConfigurationResponse(RecommenderConfigurationResponse recommenderConfigurationResponse)
recommenderConfigurationResponse - The new value for the RecommenderConfigurationResponse property for this object.default GetRecommenderConfigurationResponse.Builder recommenderConfigurationResponse(Consumer<RecommenderConfigurationResponse.Builder> recommenderConfigurationResponse)
RecommenderConfigurationResponse.Builder
avoiding the need to create one manually via RecommenderConfigurationResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
recommenderConfigurationResponse(RecommenderConfigurationResponse).recommenderConfigurationResponse - a consumer that will call methods on RecommenderConfigurationResponse.BuilderrecommenderConfigurationResponse(RecommenderConfigurationResponse)Copyright © 2020. All rights reserved.