Interface CreateIngestionDestinationResponse.Builder
-
- All Superinterfaces:
AppFabricResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateIngestionDestinationResponse.Builder,CreateIngestionDestinationResponse>,SdkBuilder<CreateIngestionDestinationResponse.Builder,CreateIngestionDestinationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateIngestionDestinationResponse
public static interface CreateIngestionDestinationResponse.Builder extends AppFabricResponse.Builder, SdkPojo, CopyableBuilder<CreateIngestionDestinationResponse.Builder,CreateIngestionDestinationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateIngestionDestinationResponse.BuilderingestionDestination(Consumer<IngestionDestination.Builder> ingestionDestination)Contains information about an ingestion destination.CreateIngestionDestinationResponse.BuilderingestionDestination(IngestionDestination ingestionDestination)Contains information about an ingestion destination.-
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
-
ingestionDestination
CreateIngestionDestinationResponse.Builder ingestionDestination(IngestionDestination ingestionDestination)
Contains information about an ingestion destination.
- Parameters:
ingestionDestination- Contains information about an ingestion destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionDestination
default CreateIngestionDestinationResponse.Builder ingestionDestination(Consumer<IngestionDestination.Builder> ingestionDestination)
Contains information about an ingestion destination.
This is a convenience method that creates an instance of theIngestionDestination.Builderavoiding the need to create one manually viaIngestionDestination.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toingestionDestination(IngestionDestination).- Parameters:
ingestionDestination- a consumer that will call methods onIngestionDestination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ingestionDestination(IngestionDestination)
-
-