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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KafkaVersion.Builder
status(String status)
Sets the value of the Status property for this object.KafkaVersion.Builder
status(KafkaVersionStatus status)
Sets the value of the Status property for this object.KafkaVersion.Builder
version(String version)
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 Detail
-
version
KafkaVersion.Builder version(String 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
KafkaVersion.Builder status(String 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:
KafkaVersionStatus
,KafkaVersionStatus
-
status
KafkaVersion.Builder status(KafkaVersionStatus 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:
KafkaVersionStatus
,KafkaVersionStatus
-
-