Interface OutputFile.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutputFile.Builder,
,OutputFile> SdkBuilder<OutputFile.Builder,
,OutputFile> SdkPojo
- Enclosing class:
OutputFile
@Mutable
@NotThreadSafe
public static interface OutputFile.Builder
extends SdkPojo, CopyableBuilder<OutputFile.Builder,OutputFile>
-
Method Summary
Modifier and TypeMethodDescriptionThe byte count of files that contains response from code interpreter.The name of the file containing response from code interpreter.The type of file that contains response from the code interpreter.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
-
bytes
The byte count of files that contains response from code interpreter.
- Parameters:
bytes
- The byte count of files that contains response from code interpreter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the file containing response from code interpreter.
- Parameters:
name
- The name of the file containing response from code interpreter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of file that contains response from the code interpreter.
- Parameters:
type
- The type of file that contains response from the code interpreter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-