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
Modifier and TypeMethodDescriptiondefault CreateIngestionResponse.Builderingestion(Consumer<Ingestion.Builder> ingestion) Contains information about an ingestion.Contains information about an ingestion.Methods inherited from interface software.amazon.awssdk.services.appfabric.model.AppFabricResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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
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:
 
 
 -