Interface RunLogLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RunLogLocation.Builder,
,RunLogLocation> SdkBuilder<RunLogLocation.Builder,
,RunLogLocation> SdkPojo
- Enclosing class:
RunLogLocation
@Mutable
@NotThreadSafe
public static interface RunLogLocation.Builder
extends SdkPojo, CopyableBuilder<RunLogLocation.Builder,RunLogLocation>
-
Method Summary
Modifier and TypeMethodDescriptionengineLogStream
(String engineLogStream) The log stream ARN for the engine log.runLogStream
(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 Details
-
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
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.
-