Interface OutputFile.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<OutputFile.Builder,OutputFile>
,SdkBuilder<OutputFile.Builder,OutputFile>
,SdkPojo
- Enclosing class:
- OutputFile
public static interface OutputFile.Builder extends SdkPojo, CopyableBuilder<OutputFile.Builder,OutputFile>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputFile.Builder
bytes(SdkBytes bytes)
The byte count of files that contains response from code interpreter.OutputFile.Builder
name(String name)
The name of the file containing response from code interpreter.OutputFile.Builder
type(String type)
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 Detail
-
bytes
OutputFile.Builder bytes(SdkBytes 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
OutputFile.Builder name(String 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
OutputFile.Builder type(String 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.
-
-