Interface ApacheKafkaClusterDescription.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ApacheKafkaClusterDescription.Builder,,- ApacheKafkaClusterDescription> - SdkBuilder<ApacheKafkaClusterDescription.Builder,,- ApacheKafkaClusterDescription> - SdkPojo
- Enclosing class:
- ApacheKafkaClusterDescription
@Mutable
@NotThreadSafe
public static interface ApacheKafkaClusterDescription.Builder
extends SdkPojo, CopyableBuilder<ApacheKafkaClusterDescription.Builder,ApacheKafkaClusterDescription> 
- 
Method SummaryModifier and TypeMethodDescriptionbootstrapServers(String bootstrapServers) The bootstrap servers of the cluster.Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.vpc(VpcDescription vpc) Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bootstrapServersThe bootstrap servers of the cluster. - Parameters:
- bootstrapServers- The bootstrap servers of the cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcDetails of an Amazon VPC which has network connectivity to the Apache Kafka cluster. - Parameters:
- vpc- Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vpcDetails of an Amazon VPC which has network connectivity to the Apache Kafka cluster. This is a convenience method that creates an instance of theVpcDescription.Builderavoiding the need to create one manually viaVpcDescription.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpc(VpcDescription).- Parameters:
- vpc- a consumer that will call methods on- VpcDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-