Interface UpdateMaxRecordSizeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateMaxRecordSizeRequest.Builder,,UpdateMaxRecordSizeRequest> KinesisRequest.Builder,SdkBuilder<UpdateMaxRecordSizeRequest.Builder,,UpdateMaxRecordSizeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateMaxRecordSizeRequest
@Mutable
@NotThreadSafe
public static interface UpdateMaxRecordSizeRequest.Builder
extends KinesisRequest.Builder, SdkPojo, CopyableBuilder<UpdateMaxRecordSizeRequest.Builder,UpdateMaxRecordSizeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxRecordSizeInKiB(Integer maxRecordSizeInKiB) The maximum record size of a single record in KiB that you can write to, and read from a stream.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) of the stream for theMaxRecordSizeupdate.Not Implemented.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.kinesis.model.KinesisRequest.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
-
streamARN
The Amazon Resource Name (ARN) of the stream for the
MaxRecordSizeupdate.- Parameters:
streamARN- The Amazon Resource Name (ARN) of the stream for theMaxRecordSizeupdate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamId
Not Implemented. Reserved for future use.
- Parameters:
streamId- Not Implemented. Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecordSizeInKiB
The maximum record size of a single record in KiB that you can write to, and read from a stream. Specify a value between 1024 and 10240 KiB (1 to 10 MiB). If you specify a value that is out of this range,
UpdateMaxRecordSizesends back anValidationExceptionmessage.- Parameters:
maxRecordSizeInKiB- The maximum record size of a single record in KiB that you can write to, and read from a stream. Specify a value between 1024 and 10240 KiB (1 to 10 MiB). If you specify a value that is out of this range,UpdateMaxRecordSizesends back anValidationExceptionmessage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateMaxRecordSizeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateMaxRecordSizeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-