Interface IntermediateTableOutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntermediateTableOutputConfiguration.Builder,,IntermediateTableOutputConfiguration> SdkBuilder<IntermediateTableOutputConfiguration.Builder,,IntermediateTableOutputConfiguration> SdkPojo
- Enclosing class:
IntermediateTableOutputConfiguration
@Mutable
@NotThreadSafe
public static interface IntermediateTableOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<IntermediateTableOutputConfiguration.Builder,IntermediateTableOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the intermediate table.The unique identifier of the intermediate table.The name of the intermediate table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the intermediate table.
- Parameters:
id- The unique identifier of the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the intermediate table.
- Parameters:
arn- The Amazon Resource Name (ARN) of the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the intermediate table.
- Parameters:
name- The name of the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-