Interface UpdateChannelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateChannelRequest.Builder,,UpdateChannelRequest> KafkaRequest.Builder,SdkBuilder<UpdateChannelRequest.Builder,,UpdateChannelRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateChannelRequest
-
Method Summary
Modifier and TypeMethodDescriptionchannelArn(String channelArn) The Amazon Resource Name (ARN) that uniquely identifies the channel.clusterArn(String clusterArn) The Amazon Resource Name (ARN) that uniquely identifies the cluster.default UpdateChannelRequest.BuildericebergDestinationUpdate(Consumer<IcebergDestinationUpdate.Builder> icebergDestinationUpdate) Updates fields on an Apache Iceberg destination.icebergDestinationUpdate(IcebergDestinationUpdate icebergDestinationUpdate) Updates fields on an Apache Iceberg destination.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default UpdateChannelRequest.Builders3DestinationUpdate(Consumer<S3DestinationUpdate.Builder> s3DestinationUpdate) Updates fields on an Amazon S3 destination.s3DestinationUpdate(S3DestinationUpdate s3DestinationUpdate) Updates fields on an Amazon S3 destination.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
channelArn
The Amazon Resource Name (ARN) that uniquely identifies the channel.
- Parameters:
channelArn- The Amazon Resource Name (ARN) that uniquely identifies the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterArn
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- Parameters:
clusterArn- The Amazon Resource Name (ARN) that uniquely identifies the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
icebergDestinationUpdate
UpdateChannelRequest.Builder icebergDestinationUpdate(IcebergDestinationUpdate icebergDestinationUpdate) Updates fields on an Apache Iceberg destination. Use only when the channel was created with an Iceberg destination.
- Parameters:
icebergDestinationUpdate- Updates fields on an Apache Iceberg destination. Use only when the channel was created with an Iceberg destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
icebergDestinationUpdate
default UpdateChannelRequest.Builder icebergDestinationUpdate(Consumer<IcebergDestinationUpdate.Builder> icebergDestinationUpdate) Updates fields on an Apache Iceberg destination. Use only when the channel was created with an Iceberg destination.
This is a convenience method that creates an instance of theIcebergDestinationUpdate.Builderavoiding the need to create one manually viaIcebergDestinationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toicebergDestinationUpdate(IcebergDestinationUpdate).- Parameters:
icebergDestinationUpdate- a consumer that will call methods onIcebergDestinationUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3DestinationUpdate
Updates fields on an Amazon S3 destination. Use only when the channel was created with an Amazon S3 destination.
- Parameters:
s3DestinationUpdate- Updates fields on an Amazon S3 destination. Use only when the channel was created with an Amazon S3 destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3DestinationUpdate
default UpdateChannelRequest.Builder s3DestinationUpdate(Consumer<S3DestinationUpdate.Builder> s3DestinationUpdate) Updates fields on an Amazon S3 destination. Use only when the channel was created with an Amazon S3 destination.
This is a convenience method that creates an instance of theS3DestinationUpdate.Builderavoiding the need to create one manually viaS3DestinationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3DestinationUpdate(S3DestinationUpdate).- Parameters:
s3DestinationUpdate- a consumer that will call methods onS3DestinationUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-