Interface Ingestion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Ingestion.Builder,Ingestion>,SdkBuilder<Ingestion.Builder,Ingestion>,SdkPojo
- Enclosing class:
- Ingestion
public static interface Ingestion.Builder extends SdkPojo, CopyableBuilder<Ingestion.Builder,Ingestion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ingestion.Builderapp(String app)The name of the application.Ingestion.BuilderappBundleArn(String appBundleArn)The Amazon Resource Name (ARN) of the app bundle for the ingestion.Ingestion.Builderarn(String arn)The Amazon Resource Name (ARN) of the ingestion.Ingestion.BuildercreatedAt(Instant createdAt)The timestamp of when the ingestion was created.Ingestion.BuilderingestionType(String ingestionType)The type of the ingestion.Ingestion.BuilderingestionType(IngestionType ingestionType)The type of the ingestion.Ingestion.Builderstate(String state)The status of the ingestion.Ingestion.Builderstate(IngestionState state)The status of the ingestion.Ingestion.BuildertenantId(String tenantId)The ID of the application tenant.Ingestion.BuilderupdatedAt(Instant updatedAt)The timestamp of when the ingestion was last updated.-
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
Ingestion.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.
-
appBundleArn
Ingestion.Builder appBundleArn(String appBundleArn)
The Amazon Resource Name (ARN) of the app bundle for the ingestion.
- Parameters:
appBundleArn- The Amazon Resource Name (ARN) of the app bundle for the ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
app
Ingestion.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
Ingestion.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.
-
createdAt
Ingestion.Builder createdAt(Instant createdAt)
The timestamp of when the ingestion was created.
- Parameters:
createdAt- The timestamp of when the ingestion was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Ingestion.Builder updatedAt(Instant updatedAt)
The timestamp of when the ingestion was last updated.
- Parameters:
updatedAt- The timestamp of when the ingestion was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
Ingestion.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
Ingestion.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
-
ingestionType
Ingestion.Builder ingestionType(String ingestionType)
The type of the ingestion.
- Parameters:
ingestionType- The type of the ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionType,IngestionType
-
ingestionType
Ingestion.Builder ingestionType(IngestionType ingestionType)
The type of the ingestion.
- Parameters:
ingestionType- The type of the ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionType,IngestionType
-
-