CopyableBuilder<PhaseContext.Builder,PhaseContext>
, SdkBuilder<PhaseContext.Builder,PhaseContext>
public static interface PhaseContext.Builder extends CopyableBuilder<PhaseContext.Builder,PhaseContext>
Modifier and Type | Method | Description |
---|---|---|
PhaseContext.Builder |
message(String message) |
An explanation of the build phase's context.
|
PhaseContext.Builder |
statusCode(String statusCode) |
The status code for the context of the build phase.
|
copy
apply, build
PhaseContext.Builder statusCode(String statusCode)
The status code for the context of the build phase.
statusCode
- The status code for the context of the build phase.PhaseContext.Builder message(String message)
An explanation of the build phase's context. This explanation might include a command ID and an exit code.
message
- An explanation of the build phase's context. This explanation might include a command ID and an exit
code.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.