Interface PhaseContext.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PhaseContext.Builder,,- PhaseContext> - SdkBuilder<PhaseContext.Builder,,- PhaseContext> - SdkPojo
- Enclosing class:
- PhaseContext
@Mutable
@NotThreadSafe
public static interface PhaseContext.Builder
extends SdkPojo, CopyableBuilder<PhaseContext.Builder,PhaseContext> 
- 
Method SummaryModifier and TypeMethodDescriptionAn explanation of the build phase's context.statusCode(String statusCodeValue) The status code for the context of the build phase.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusCodeThe status code for the context of the build phase. - Parameters:
- statusCodeValue- The status code for the context of the build phase.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
messageAn explanation of the build phase's context. This might include a command ID and an exit code. - Parameters:
- message- An explanation of the build phase's context. This might include a command ID and an exit code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-