Interface GetIngestionResponse.Builder
-
- All Superinterfaces:
AppFabricResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetIngestionResponse.Builder,GetIngestionResponse>,SdkBuilder<GetIngestionResponse.Builder,GetIngestionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetIngestionResponse
public static interface GetIngestionResponse.Builder extends AppFabricResponse.Builder, SdkPojo, CopyableBuilder<GetIngestionResponse.Builder,GetIngestionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetIngestionResponse.Builderingestion(Consumer<Ingestion.Builder> ingestion)Contains information about an ingestion.GetIngestionResponse.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
GetIngestionResponse.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 GetIngestionResponse.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)
-
-