Interface UpdateMaxRecordSizeRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateMaxRecordSizeRequest.Builder,UpdateMaxRecordSizeRequest>, KinesisRequest.Builder, SdkBuilder<UpdateMaxRecordSizeRequest.Builder,UpdateMaxRecordSizeRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateMaxRecordSizeRequest

  • Method Details

    • streamARN

      The Amazon Resource Name (ARN) of the stream for the MaxRecordSize update.

      Parameters:
      streamARN - The Amazon Resource Name (ARN) of the stream for the MaxRecordSize update.
      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

      UpdateMaxRecordSizeRequest.Builder maxRecordSizeInKiB(Integer 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, UpdateMaxRecordSize sends back an ValidationException message.

      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, UpdateMaxRecordSize sends back an ValidationException message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateMaxRecordSizeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder