Uses of Interface
software.amazon.awssdk.services.appfabric.model.Ingestion.Builder
-
Packages that use Ingestion.Builder Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of Ingestion.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return Ingestion.Builder Modifier and Type Method Description Ingestion.BuilderIngestion.Builder. app(String app)The name of the application.Ingestion.BuilderIngestion.Builder. appBundleArn(String appBundleArn)The Amazon Resource Name (ARN) of the app bundle for the ingestion.Ingestion.BuilderIngestion.Builder. arn(String arn)The Amazon Resource Name (ARN) of the ingestion.static Ingestion.BuilderIngestion. builder()Ingestion.BuilderIngestion.Builder. createdAt(Instant createdAt)The timestamp of when the ingestion was created.Ingestion.BuilderIngestion.Builder. ingestionType(String ingestionType)The type of the ingestion.Ingestion.BuilderIngestion.Builder. ingestionType(IngestionType ingestionType)The type of the ingestion.Ingestion.BuilderIngestion.Builder. state(String state)The status of the ingestion.Ingestion.BuilderIngestion.Builder. state(IngestionState state)The status of the ingestion.Ingestion.BuilderIngestion.Builder. tenantId(String tenantId)The ID of the application tenant.Ingestion.BuilderIngestion. toBuilder()Ingestion.BuilderIngestion.Builder. updatedAt(Instant updatedAt)The timestamp of when the ingestion was last updated.Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type Ingestion.Builder Modifier and Type Method Description static Class<? extends Ingestion.Builder>Ingestion. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appfabric.model with type arguments of type Ingestion.Builder Modifier and Type Method Description default CreateIngestionResponse.BuilderCreateIngestionResponse.Builder. ingestion(Consumer<Ingestion.Builder> ingestion)Contains information about an ingestion.default GetIngestionResponse.BuilderGetIngestionResponse.Builder. ingestion(Consumer<Ingestion.Builder> ingestion)Contains information about an ingestion.
-