Uses of Interface
software.amazon.awssdk.services.kafka.model.ReplicationStateInfo.Builder
-
Packages that use ReplicationStateInfo.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of ReplicationStateInfo.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return ReplicationStateInfo.Builder Modifier and Type Method Description static ReplicationStateInfo.BuilderReplicationStateInfo. builder()ReplicationStateInfo.BuilderReplicationStateInfo.Builder. code(String code)Code that describes the current state of the replicator.ReplicationStateInfo.BuilderReplicationStateInfo.Builder. message(String message)Message that describes the state of the replicator.ReplicationStateInfo.BuilderReplicationStateInfo. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ReplicationStateInfo.Builder Modifier and Type Method Description static Class<? extends ReplicationStateInfo.Builder>ReplicationStateInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type ReplicationStateInfo.Builder Modifier and Type Method Description default DescribeReplicatorResponse.BuilderDescribeReplicatorResponse.Builder. stateInfo(Consumer<ReplicationStateInfo.Builder> stateInfo)Details about the state of the replicator.
-