Interface IngestionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngestionSummary.Builder,IngestionSummary>,SdkBuilder<IngestionSummary.Builder,IngestionSummary>,SdkPojo
- Enclosing class:
- IngestionSummary
public static interface IngestionSummary.Builder extends SdkPojo, CopyableBuilder<IngestionSummary.Builder,IngestionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngestionSummary.Builderapp(String app)The name of the application.IngestionSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the ingestion.IngestionSummary.Builderstate(String state)The status of the ingestion.IngestionSummary.Builderstate(IngestionState state)The status of the ingestion.IngestionSummary.BuildertenantId(String tenantId)The ID of the application tenant.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
IngestionSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the ingestion.
- Parameters:
arn- The Amazon Resource Name (ARN) of the ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
app
IngestionSummary.Builder app(String app)
The name of the application.
- Parameters:
app- The name of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantId
IngestionSummary.Builder tenantId(String tenantId)
The ID of the application tenant.
- Parameters:
tenantId- The ID of the application tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
IngestionSummary.Builder state(String state)
The status of the ingestion.
- Parameters:
state- The status of the ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionState,IngestionState
-
state
IngestionSummary.Builder state(IngestionState state)
The status of the ingestion.
- Parameters:
state- The status of the ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionState,IngestionState
-
-