Interface UpdateIngestionDestinationResponse.Builder
- All Superinterfaces:
AppFabricResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateIngestionDestinationResponse.Builder,
,UpdateIngestionDestinationResponse> SdkBuilder<UpdateIngestionDestinationResponse.Builder,
,UpdateIngestionDestinationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateIngestionDestinationResponse
@Mutable
@NotThreadSafe
public static interface UpdateIngestionDestinationResponse.Builder
extends AppFabricResponse.Builder, SdkPojo, CopyableBuilder<UpdateIngestionDestinationResponse.Builder,UpdateIngestionDestinationResponse>
-
Method Summary
Modifier and TypeMethodDescriptioningestionDestination
(Consumer<IngestionDestination.Builder> ingestionDestination) Contains information about an ingestion destination.ingestionDestination
(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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ingestionDestination
UpdateIngestionDestinationResponse.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 UpdateIngestionDestinationResponse.Builder ingestionDestination(Consumer<IngestionDestination.Builder> ingestionDestination) Contains information about an ingestion destination.
This is a convenience method that creates an instance of theIngestionDestination.Builder
avoiding the need to create one manually viaIngestionDestination.builder()
.When the
Consumer
completes,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:
-