Uses of Interface
software.amazon.awssdk.services.kafka.model.VpcConnectionInfo.Builder
-
Packages that use VpcConnectionInfo.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of VpcConnectionInfo.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return VpcConnectionInfo.Builder Modifier and Type Method Description static VpcConnectionInfo.BuilderVpcConnectionInfo. builder()VpcConnectionInfo.BuilderVpcConnectionInfo.Builder. creationTime(Instant creationTime)The time when Amazon MSK creates the VPC Connnection.VpcConnectionInfo.BuilderVpcConnectionInfo.Builder. owner(String owner)The owner of the VPC Connection.VpcConnectionInfo.BuilderVpcConnectionInfo. toBuilder()default VpcConnectionInfo.BuilderVpcConnectionInfo.Builder. userIdentity(Consumer<UserIdentity.Builder> userIdentity)Description of the requester that calls the API operation.VpcConnectionInfo.BuilderVpcConnectionInfo.Builder. userIdentity(UserIdentity userIdentity)Description of the requester that calls the API operation.VpcConnectionInfo.BuilderVpcConnectionInfo.Builder. vpcConnectionArn(String vpcConnectionArn)The Amazon Resource Name (ARN) of the VPC connection.Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type VpcConnectionInfo.Builder Modifier and Type Method Description static Class<? extends VpcConnectionInfo.Builder>VpcConnectionInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type VpcConnectionInfo.Builder Modifier and Type Method Description default ClusterOperationInfo.BuilderClusterOperationInfo.Builder. vpcConnectionInfo(Consumer<VpcConnectionInfo.Builder> vpcConnectionInfo)Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.default ClusterOperationV2Provisioned.BuilderClusterOperationV2Provisioned.Builder. vpcConnectionInfo(Consumer<VpcConnectionInfo.Builder> vpcConnectionInfo)Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
-