Interface CreateIngestionResponse.Builder
-
- All Superinterfaces:
AppFabricResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateIngestionResponse.Builder,CreateIngestionResponse>,SdkBuilder<CreateIngestionResponse.Builder,CreateIngestionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateIngestionResponse
public static interface CreateIngestionResponse.Builder extends AppFabricResponse.Builder, SdkPojo, CopyableBuilder<CreateIngestionResponse.Builder,CreateIngestionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateIngestionResponse.Builderingestion(Consumer<Ingestion.Builder> ingestion)Contains information about an ingestion.CreateIngestionResponse.Builderingestion(Ingestion ingestion)Contains information about an ingestion.-
Methods inherited from interface software.amazon.awssdk.services.appfabric.model.AppFabricResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
ingestion
CreateIngestionResponse.Builder ingestion(Ingestion ingestion)
Contains information about an ingestion.
- Parameters:
ingestion- Contains information about an ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestion
default CreateIngestionResponse.Builder ingestion(Consumer<Ingestion.Builder> ingestion)
Contains information about an ingestion.
This is a convenience method that creates an instance of theIngestion.Builderavoiding the need to create one manually viaIngestion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toingestion(Ingestion).- Parameters:
ingestion- a consumer that will call methods onIngestion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ingestion(Ingestion)
-
-