Interface ValidateConfigurationSettingsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ValidateConfigurationSettingsResponse.Builder,,ValidateConfigurationSettingsResponse> ElasticBeanstalkResponse.Builder,SdkBuilder<ValidateConfigurationSettingsResponse.Builder,,ValidateConfigurationSettingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ValidateConfigurationSettingsResponse
public static interface ValidateConfigurationSettingsResponse.Builder
extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<ValidateConfigurationSettingsResponse.Builder,ValidateConfigurationSettingsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionmessages(Collection<ValidationMessage> messages) A list of ValidationMessage.messages(Consumer<ValidationMessage.Builder>... messages) A list of ValidationMessage.messages(ValidationMessage... messages) A list of ValidationMessage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkResponse.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
- 
messages
A list of ValidationMessage.
- Parameters:
 messages- A list of ValidationMessage.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
messages
A list of ValidationMessage.
- Parameters:
 messages- A list of ValidationMessage.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
messages
ValidateConfigurationSettingsResponse.Builder messages(Consumer<ValidationMessage.Builder>... messages) A list of ValidationMessage.
This is a convenience method that creates an instance of theValidationMessage.Builderavoiding the need to create one manually viaValidationMessage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomessages(List<ValidationMessage>).- Parameters:
 messages- a consumer that will call methods onValidationMessage.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -