Interface RunLogLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RunLogLocation.Builder,RunLogLocation>,SdkBuilder<RunLogLocation.Builder,RunLogLocation>,SdkPojo
- Enclosing class:
- RunLogLocation
public static interface RunLogLocation.Builder extends SdkPojo, CopyableBuilder<RunLogLocation.Builder,RunLogLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RunLogLocation.BuilderengineLogStream(String engineLogStream)The log stream ARN for the engine log.RunLogLocation.BuilderrunLogStream(String runLogStream)The log stream ARN for the run log.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
engineLogStream
RunLogLocation.Builder engineLogStream(String engineLogStream)
The log stream ARN for the engine log.
- Parameters:
engineLogStream- The log stream ARN for the engine log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runLogStream
RunLogLocation.Builder runLogStream(String runLogStream)
The log stream ARN for the run log.
- Parameters:
runLogStream- The log stream ARN for the run log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-