Interface KafkaVersion.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KafkaVersion.Builder,
,KafkaVersion> SdkBuilder<KafkaVersion.Builder,
,KafkaVersion> SdkPojo
- Enclosing class:
KafkaVersion
public static interface KafkaVersion.Builder
extends SdkPojo, CopyableBuilder<KafkaVersion.Builder,KafkaVersion>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Status property for this object.status
(KafkaVersionStatus status) Sets the value of the Status property for this object.Sets the value of the Version property for this object.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 Details
-
version
Sets the value of the Version property for this object.- Parameters:
version
- The new value for the Version property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Sets the value of the Status property for this object.- Parameters:
status
- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Sets the value of the Status property for this object.- Parameters:
status
- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-