Interface AppValidationOutput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AppValidationOutput.Builder,,AppValidationOutput> SdkBuilder<AppValidationOutput.Builder,,AppValidationOutput> SdkPojo
- Enclosing class:
 AppValidationOutput
public static interface AppValidationOutput.Builder
extends SdkPojo, CopyableBuilder<AppValidationOutput.Builder,AppValidationOutput> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault AppValidationOutput.BuilderssmOutput(Consumer<SSMOutput.Builder> ssmOutput) Output from using SSM to validate the application.Output from using SSM to validate the application.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, sdkFields 
- 
Method Details
- 
ssmOutput
Output from using SSM to validate the application.
- Parameters:
 ssmOutput- Output from using SSM to validate the application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ssmOutput
Output from using SSM to validate the application.
This is a convenience method that creates an instance of theSSMOutput.Builderavoiding the need to create one manually viaSSMOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tossmOutput(SSMOutput).- Parameters:
 ssmOutput- a consumer that will call methods onSSMOutput.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -