Interface UpdateIngestionDestinationRequest.Builder
-
- All Superinterfaces:
AppFabricRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateIngestionDestinationRequest.Builder,UpdateIngestionDestinationRequest>,SdkBuilder<UpdateIngestionDestinationRequest.Builder,UpdateIngestionDestinationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateIngestionDestinationRequest
public static interface UpdateIngestionDestinationRequest.Builder extends AppFabricRequest.Builder, SdkPojo, CopyableBuilder<UpdateIngestionDestinationRequest.Builder,UpdateIngestionDestinationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateIngestionDestinationRequest.BuilderappBundleIdentifier(String appBundleIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.default UpdateIngestionDestinationRequest.BuilderdestinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)Contains information about the destination of ingested data.UpdateIngestionDestinationRequest.BuilderdestinationConfiguration(DestinationConfiguration destinationConfiguration)Contains information about the destination of ingested data.UpdateIngestionDestinationRequest.BuilderingestionDestinationIdentifier(String ingestionDestinationIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.UpdateIngestionDestinationRequest.BuilderingestionIdentifier(String ingestionIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.UpdateIngestionDestinationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIngestionDestinationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appfabric.model.AppFabricRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
appBundleIdentifier
UpdateIngestionDestinationRequest.Builder appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
- Parameters:
appBundleIdentifier- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionIdentifier
UpdateIngestionDestinationRequest.Builder ingestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
- Parameters:
ingestionIdentifier- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionDestinationIdentifier
UpdateIngestionDestinationRequest.Builder ingestionDestinationIdentifier(String ingestionDestinationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
- Parameters:
ingestionDestinationIdentifier- The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfiguration
UpdateIngestionDestinationRequest.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
- Parameters:
destinationConfiguration- Contains information about the destination of ingested data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfiguration
default UpdateIngestionDestinationRequest.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
Contains information about the destination of ingested data.
This is a convenience method that creates an instance of theDestinationConfiguration.Builderavoiding the need to create one manually viaDestinationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestinationConfiguration(DestinationConfiguration).- Parameters:
destinationConfiguration- a consumer that will call methods onDestinationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
destinationConfiguration(DestinationConfiguration)
-
overrideConfiguration
UpdateIngestionDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateIngestionDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-