Uses of Interface
software.amazon.awssdk.services.appfabric.model.IngestionSummary.Builder
-
Packages that use IngestionSummary.Builder Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of IngestionSummary.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return IngestionSummary.Builder Modifier and Type Method Description IngestionSummary.BuilderIngestionSummary.Builder. app(String app)The name of the application.IngestionSummary.BuilderIngestionSummary.Builder. arn(String arn)The Amazon Resource Name (ARN) of the ingestion.static IngestionSummary.BuilderIngestionSummary. builder()IngestionSummary.BuilderIngestionSummary.Builder. state(String state)The status of the ingestion.IngestionSummary.BuilderIngestionSummary.Builder. state(IngestionState state)The status of the ingestion.IngestionSummary.BuilderIngestionSummary.Builder. tenantId(String tenantId)The ID of the application tenant.IngestionSummary.BuilderIngestionSummary. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type IngestionSummary.Builder Modifier and Type Method Description static Class<? extends IngestionSummary.Builder>IngestionSummary. serializableBuilderClass()
-