Interface CodeGenerationOutputFormatStatusDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CodeGenerationOutputFormatStatusDetails.Builder,,CodeGenerationOutputFormatStatusDetails> SdkBuilder<CodeGenerationOutputFormatStatusDetails.Builder,,CodeGenerationOutputFormatStatusDetails> SdkPojo
- Enclosing class:
CodeGenerationOutputFormatStatusDetails
@Mutable
@NotThreadSafe
public static interface CodeGenerationOutputFormatStatusDetails.Builder
extends SdkPojo, CopyableBuilder<CodeGenerationOutputFormatStatusDetails.Builder,CodeGenerationOutputFormatStatusDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the code generation for this output format.The status of the code generation for this output format.statusDetailList(String statusDetailList) A list of detailed status information for the code generation.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, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The status of the code generation for this output format.
- Parameters:
status- The status of the code generation for this output format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the code generation for this output format.
- Parameters:
status- The status of the code generation for this output format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusDetailList
A list of detailed status information for the code generation.
- Parameters:
statusDetailList- A list of detailed status information for the code generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-