Interface BrokerSoftwareInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BrokerSoftwareInfo.Builder,BrokerSoftwareInfo>,SdkBuilder<BrokerSoftwareInfo.Builder,BrokerSoftwareInfo>,SdkPojo
- Enclosing class:
- BrokerSoftwareInfo
public static interface BrokerSoftwareInfo.Builder extends SdkPojo, CopyableBuilder<BrokerSoftwareInfo.Builder,BrokerSoftwareInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BrokerSoftwareInfo.BuilderconfigurationArn(String configurationArn)The Amazon Resource Name (ARN) of the configuration used for the cluster.BrokerSoftwareInfo.BuilderconfigurationRevision(Long configurationRevision)The revision of the configuration to use.BrokerSoftwareInfo.BuilderkafkaVersion(String kafkaVersion)The version of Apache Kafka.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
configurationArn
BrokerSoftwareInfo.Builder configurationArn(String configurationArn)
The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
- Parameters:
configurationArn-The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationRevision
BrokerSoftwareInfo.Builder configurationRevision(Long configurationRevision)
The revision of the configuration to use. This field isn't visible in this preview release.
- Parameters:
configurationRevision-The revision of the configuration to use. This field isn't visible in this preview release.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kafkaVersion
BrokerSoftwareInfo.Builder kafkaVersion(String kafkaVersion)
The version of Apache Kafka.
- Parameters:
kafkaVersion-The version of Apache Kafka.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-