Interface FpgaImageState.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FpgaImageState.Builder,,FpgaImageState> SdkBuilder<FpgaImageState.Builder,,FpgaImageState> SdkPojo
- Enclosing class:
 FpgaImageState
- 
Method Summary
Modifier and TypeMethodDescriptionThe state.code(FpgaImageStateCode code) The state.If the state isfailed, this is the error message.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
- 
code
The state. The following are the possible values:
- 
 
pending- AFI bitstream generation is in progress. - 
 
available- The AFI is available for use. - 
 
failed- AFI bitstream generation failed. - 
 
unavailable- The AFI is no longer available for use. 
- Parameters:
 code- The state. The following are the possible values:- 
        
pending- AFI bitstream generation is in progress. - 
        
available- The AFI is available for use. - 
        
failed- AFI bitstream generation failed. - 
        
unavailable- The AFI is no longer available for use. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
code
The state. The following are the possible values:
- 
 
pending- AFI bitstream generation is in progress. - 
 
available- The AFI is available for use. - 
 
failed- AFI bitstream generation failed. - 
 
unavailable- The AFI is no longer available for use. 
- Parameters:
 code- The state. The following are the possible values:- 
        
pending- AFI bitstream generation is in progress. - 
        
available- The AFI is available for use. - 
        
failed- AFI bitstream generation failed. - 
        
unavailable- The AFI is no longer available for use. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
message
If the state is
failed, this is the error message.- Parameters:
 message- If the state isfailed, this is the error message.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -